Skip to content

Commit f501d11

Browse files
committed
Use OS label for actions/cache. vcpkg only uses same os cache
1 parent b3566e9 commit f501d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
139139
with:
140140
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
141-
key: vcpkg-${{ matrix.target || 'x64' }}-${{ hashFiles('src/vcpkg.json') }}
141+
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
142142

143143
- name: Install libraries with vcpkg
144144
run: |

0 commit comments

Comments
 (0)