File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
74
74
with :
75
75
fail-on-cache-miss : true
76
- key : tests-bin- ${{ env.id }}
76
+ key : tests-${{ env.id }}-bin
77
77
path : |
78
78
~/.arduino/tests/**/build*.tmp/*.bin
79
79
~/.arduino/tests/**/build*.tmp/*.elf
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
uses : actions/cache/restore@v4
108
108
with :
109
109
fail-on-cache-miss : true
110
- key : tests-bin- ${{ env.id }}
110
+ key : tests-${{ env.id }}-bin
111
111
path : |
112
112
~/.arduino/tests/**/build*.tmp/*.bin
113
113
~/.arduino/tests/**/build*.tmp/*.elf
Original file line number Diff line number Diff line change 83
83
uses : actions/cache/restore@v4
84
84
with :
85
85
fail-on-cache-miss : true
86
- key : tests-bin- ${{ env.id }}
86
+ key : tests-${{ env.id }}-bin
87
87
path : |
88
88
~/.arduino/tests/**/build*.tmp/*.bin
89
89
~/.arduino/tests/**/build*.tmp/*.elf
You can’t perform that action at this time.
0 commit comments