summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-06-10 01:03:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-06-10 01:03:23 +0900
commit4b80f56f60e17e10d060ee1051340c9f54efee33 (patch)
treea9a1f2a386a4b7aecc9c2a94f1677de8da53c47d
parent698cf146ace41841a6388d681abaf36d316c0778 (diff)
Update a step name [ci skip]
-rw-r--r--.github/workflows/windows.yml2
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