diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-06-10 01:03:23 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-06-10 01:03:23 +0900 |
| commit | 4b80f56f60e17e10d060ee1051340c9f54efee33 (patch) | |
| tree | a9a1f2a386a4b7aecc9c2a94f1677de8da53c47d | |
| parent | 698cf146ace41841a6388d681abaf36d316c0778 (diff) | |
Update a step name [ci skip]
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
