Skip to content

Commit 288f843

Browse files
committed
pass down cache
1 parent b3c5e63 commit 288f843

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/actions/cache-stm32-tools/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99
id: cache-tools
1010
with:
1111
path: ot3-firmware/stm32-tools
12-
key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ secrets.CACHE_VERSION }}
12+
key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ env.CACHE_VERSION }}

.github/workflows/gripper.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ on:
4545

4646
env:
4747
ci: 1
48+
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}
4849

4950
defaults:
5051
run:

.github/workflows/pipettes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ on:
4545

4646
env:
4747
ci: 1
48+
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}
4849

4950
defaults:
5051
run:

0 commit comments

Comments
 (0)