Skip to content

Commit f78b5d3

Browse files
committed
Cache vcpkg binary archives instead of vcpkg_installed
1 parent 8f66b20 commit f78b5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Cache vcpkg dependencies
2323
uses: actions/cache@v4
2424
with:
25-
path: ./vcpkg_installed
25+
path: ${{ env.LOCALAPPDATA }}\vcpkg\archives
2626
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
2727
restore-keys: |
2828
vcpkg-${{ runner.os }}-

0 commit comments

Comments
 (0)