summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-24 11:47:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-24 14:06:16 +0900
commitd34ba74ca5d91e940fc2a555a359f1a056a5072f (patch)
tree405798865ce467b853c37b2119a21f9397ef2cab
parent0714867dbab3e156690bf67db44f3bc69c987d04 (diff)
Added --vcpkg-root for fixing mismatched vcpkg root with scoop version
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13165
-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 21f23ab899..cbb2eb80e8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -142,7 +142,7 @@ jobs:
- name: Install libraries with vcpkg
run: |
- vcpkg install
+ vcpkg install --vcpkg-root=C:\Users\runneradmin\scoop\apps\vcpkg\current
working-directory: src
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"