Skip to content

Commit

Permalink
Fix vcpkg workflow caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Fediuchin committed Sep 3, 2024
1 parent f2f6fbd commit d228fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: matrix.os == 'windows-latest'
id: vcpkg-cache
with:
path: $VCPKG_ROOT/installed
path: C:/vcpkg/installed
key: ${{env.VCPKG_CACHE}}

- name: Install Ubuntu packages
Expand Down

0 comments on commit d228fc6

Please sign in to comment.