mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 10:24:29 -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:
|
with:
|
||||||
path: ${{matrix.cache}}
|
path: ${{matrix.cache}}
|
||||||
key: ${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
|
key: ${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
|
||||||
|
restore-keys: |
|
||||||
|
${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
|
||||||
|
${{matrix.triplet}}-
|
||||||
|
|
||||||
- name: Configure VS Toolchain (Windows)
|
- name: Configure VS Toolchain (Windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user