summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-25 16:19:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-25 16:37:03 +0900
commitf501d114ad7fd5ada5e711ddbd6c7feaaad1fc22 (patch)
treead6775f6314cac42409996579480f7e9ab6d38d7
parentb3566e9ef294ef5831be5d5d591ba15616d33a0e (diff)
Use OS label for actions/cache. vcpkg only uses same os cache
-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 ff82d2eabe..4675239528 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -138,7 +138,7 @@ jobs:
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
- key: vcpkg-${{ matrix.target || 'x64' }}-${{ hashFiles('src/vcpkg.json') }}
+ key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
- name: Install libraries with vcpkg
run: |