Fixed cache key of vcpkg installed artifacts
This commit is contained in:
parent
7e3c817469
commit
cce19c9c25
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -59,10 +59,10 @@ jobs:
|
|||||||
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
||||||
with:
|
with:
|
||||||
path: C:\vcpkg\installed
|
path: C:\vcpkg\installed
|
||||||
key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
|
key: ${{ runner.os }}-vcpkg-installed-windows-${{ matrix.vs }}-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-
|
${{ runner.os }}-vcpkg-installed-windows-${{ matrix.vs }}-
|
||||||
${{ runner.os }}-vcpkg-installed-
|
${{ runner.os }}-vcpkg-installed-windows-
|
||||||
- name: Install libraries with vcpkg
|
- name: Install libraries with vcpkg
|
||||||
run: |
|
run: |
|
||||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user