Skip to content

Commit ac0590d

Browse files
committed
Fix
1 parent 9776e65 commit ac0590d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/hw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
7474
with:
7575
fail-on-cache-miss: true
76-
key: tests-bin-${{ env.id }}
76+
key: tests-${{ env.id }}-bin
7777
path: |
7878
~/.arduino/tests/**/build*.tmp/*.bin
7979
~/.arduino/tests/**/build*.tmp/*.elf

.github/workflows/qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/cache/restore@v4
108108
with:
109109
fail-on-cache-miss: true
110-
key: tests-bin-${{ env.id }}
110+
key: tests-${{ env.id }}-bin
111111
path: |
112112
~/.arduino/tests/**/build*.tmp/*.bin
113113
~/.arduino/tests/**/build*.tmp/*.elf

.github/workflows/wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/cache/restore@v4
8484
with:
8585
fail-on-cache-miss: true
86-
key: tests-bin-${{ env.id }}
86+
key: tests-${{ env.id }}-bin
8787
path: |
8888
~/.arduino/tests/**/build*.tmp/*.bin
8989
~/.arduino/tests/**/build*.tmp/*.elf

0 commit comments

Comments
 (0)