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 f758af5 commit f7fa20cCopy full SHA for f7fa20c
.github/actions/cache-restore/action.yml
@@ -13,11 +13,11 @@ runs:
13
path: |
14
build
15
external/vcpkg
16
- key: ${{ inputs.key-prefix }}-2025-07-18
+ key: ${{ inputs.key-prefix }}-2025-07-18-2
17
18
- name: Cache bin
19
uses: actions/cache/restore@v4
20
with:
21
22
bin
23
- key: bin-2025-07-18
+ key: bin-2025-07-18-2
.github/actions/cache-save/action.yml
uses: actions/cache/save@v4
0 commit comments