We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255e6e6 commit fd7e56aCopy full SHA for fd7e56a
.github/workflows/windows.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Restore vcpkg artifact
124
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
125
with:
126
- path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
+ path: ${{ github.workspace }}/src/vcpkg_installed
127
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
128
129
- name: Install libraries with vcpkg
0 commit comments