We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3566e9 commit f501d11Copy full SHA for f501d11
.github/workflows/windows.yml
@@ -138,7 +138,7 @@ jobs:
138
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
139
with:
140
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
141
- key: vcpkg-${{ matrix.target || 'x64' }}-${{ hashFiles('src/vcpkg.json') }}
+ key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
142
143
- name: Install libraries with vcpkg
144
run: |
0 commit comments