Skip to content

Commit f7fa20c

Browse files
committed
temp
1 parent f758af5 commit f7fa20c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/cache-restore/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ runs:
1313
path: |
1414
build
1515
external/vcpkg
16-
key: ${{ inputs.key-prefix }}-2025-07-18
16+
key: ${{ inputs.key-prefix }}-2025-07-18-2
1717

1818
- name: Cache bin
1919
uses: actions/cache/restore@v4
2020
with:
2121
path: |
2222
bin
23-
key: bin-2025-07-18
23+
key: bin-2025-07-18-2

.github/actions/cache-save/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ runs:
1313
path: |
1414
build
1515
external/vcpkg
16-
key: ${{ inputs.key-prefix }}-2025-07-18
16+
key: ${{ inputs.key-prefix }}-2025-07-18-2
1717

1818
- name: Cache bin
1919
uses: actions/cache/save@v4
2020
with:
2121
path: |
2222
bin
23-
key: bin-2025-07-18
23+
key: bin-2025-07-18-2

0 commit comments

Comments
 (0)