Use artifacts built by vcpkg manifest mode

I'm not sure why vcpkg cache is not using while recent weeks.
This commit is contained in:
Hiroshi SHIBATA 2025-06-11 16:02:00 +09:00
parent 255e6e6197
commit fd7e56a831
Notes: git 2025-06-11 08:04:30 +00:00

View File

@ -123,7 +123,7 @@ jobs:
- name: Restore vcpkg artifact - name: Restore vcpkg artifact
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with: with:
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives path: ${{ github.workspace }}/src/vcpkg_installed
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }} key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
- name: Install libraries with vcpkg - name: Install libraries with vcpkg