diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-06 18:02:34 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-06 18:39:24 +0900 |
| commit | 54bd5e036e4ca94cd557ba09bb3e4de4e1e7f75f (patch) | |
| tree | 09b979d400c0e613438aa71a0863dad6712ac9b9 /.github | |
| parent | 49d8384e14c444d306ab3d37943a604258fa7f47 (diff) | |
Try to update the latest version of vcpkg
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12064
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 1 |
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 |
