From 4b80f56f60e17e10d060ee1051340c9f54efee33 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 10 Jun 2025 01:03:23 +0900 Subject: [PATCH] Update a step name [ci skip] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6c8f09660d..fa3d2f659e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -71,7 +71,7 @@ jobs: bundler: none windows-toolchain: none - - name: Install libraries with scoop + - name: Install tools with scoop run: | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser iwr -useb get.scoop.sh | iex