Skip to content

Commit fd7e56a

Browse files
committed
Use artifacts built by vcpkg manifest mode
I'm not sure why vcpkg cache is not using while recent weeks.
1 parent 255e6e6 commit fd7e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Restore vcpkg artifact
124124
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
125125
with:
126-
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
126+
path: ${{ github.workspace }}/src/vcpkg_installed
127127
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
128128

129129
- name: Install libraries with vcpkg

0 commit comments

Comments
 (0)