Full vcpkg cache for windows ci

This commit is contained in:
lepapareil 2023-04-14 17:18:57 +02:00 committed by hurl-bot
parent 63b219d234
commit d7e60b1c7f
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -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: