Skip to content

Commit

Permalink
try refreshing vcpkg cache msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Nov 19, 2024
1 parent a95c75e commit e8814f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
id: cache-deps
uses: actions/cache@v3
with:
key: vcpkg-${{ matrix.arch }}-${{ hashFiles('vcpkg.json') }}
key: vcpkg-force-refresh-${{ matrix.arch }}-${{ hashFiles('vcpkg.json') }}
restore-keys: |
vcpkg-${{ matrix.arch }}-
path: build\vcpkg_installed
Expand Down

0 comments on commit e8814f8

Please sign in to comment.