1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-11 19:28:04 -05:00

rebuild vcpkg cache on vcpkg.json changes

This commit is contained in:
Michał Trojnara 2022-07-26 16:56:00 +02:00
parent 92673b8f00
commit 6430bf0036

@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{matrix.cache}}
key: ${{matrix.triplet}}
key: ${{matrix.triplet}}-${{hashFiles('vcpkg.json')}}
- name: Configure VS Toolchain (Windows)
if: matrix.os == 'windows-latest'