mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
actions/cache is working with relative path
This commit is contained in:
parent
68af19290a
commit
66aaf5b67f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue