Skip to content

Commit

Permalink
Updated vcpkg cache path in msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber authored Apr 9, 2023
1 parent 37d7e1e commit 2e078c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Cache/restore vcpkg dependencies
uses: actions/cache@v3
with:
path: ~/.cache/vcpkg/archives/
path: C:/Users/runneradmin/AppData/Local/vcpkg/archives/
key: ${{runner.OS}}-vcpkg-cache-${{ hashFiles('vcpkg.json', '.github/workflows/cmake.yml') }}
restore-keys: |
${{runner.OS}}-vcpkg-cache-
Expand Down

0 comments on commit 2e078c7

Please sign in to comment.