actions/cache is working with relative path

This commit is contained in:
Hiroshi SHIBATA 2025-07-04 10:24:08 +09:00
parent 68af19290a
commit 66aaf5b67f

View file

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