We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4608df commit 158b046Copy full SHA for 158b046
.github/workflows/build-toolchain.yml
@@ -43,8 +43,9 @@ jobs:
43
uses: actions/cache@v4
44
with:
45
path: ${{ github.workspace }}\vcpkg-bincache
46
- key: vcpkg-bincache-${{ runner.os }}-${{ hashFiles('vcpkg.json','vcpkg-lock.json') }}
+ key: vcpkg-bincache-${{ runner.os }}-${{ hashFiles('vcpkg.json','vcpkg-lock.json') }}-${{ inputs.preset }}
47
restore-keys: |
48
+ vcpkg-bincache-${{ runner.os }}-${{ hashFiles('vcpkg.json','vcpkg-lock.json') }}-
49
vcpkg-bincache-${{ runner.os }}-
50
51
- name: Cache VC6 Installation
0 commit comments