summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-06 18:02:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-06 18:39:24 +0900
commit54bd5e036e4ca94cd557ba09bb3e4de4e1e7f75f (patch)
tree09b979d400c0e613438aa71a0863dad6712ac9b9
parent49d8384e14c444d306ab3d37943a604258fa7f47 (diff)
Try to update the latest version of vcpkg
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12064
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 90c8af82d6..eced191417 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -105,6 +105,7 @@ jobs:
run: |
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
+ scoop install vcpkg
shell: pwsh
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0