mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
smarter vcpkg cache restore
This commit is contained in:
parent
5df8d7c181
commit
c930d9aa7a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
||||
with:
|
||||
path: ${{matrix.cache}}
|
||||
key: ${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
|
||||
restore-keys: |
|
||||
${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
|
||||
${{matrix.triplet}}-
|
||||
|
||||
- name: Configure VS Toolchain (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
Loading…
x
Reference in New Issue
Block a user