mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Full vcpkg cache for windows ci
This commit is contained in:
parent
63b219d234
commit
d7e60b1c7f
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@ -284,9 +284,8 @@ jobs:
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: C:\vcpkg\installed
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-release-windows-x64
|
||||
restore-keys: ${{ runner.os }}-release-windows-x64
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -289,9 +289,8 @@ jobs:
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: C:\vcpkg\installed
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-test-windows-x64
|
||||
restore-keys: ${{ runner.os }}-test-windows-x64
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user