Skip to content

Commit

Permalink
pass down cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 11, 2024
1 parent b3c5e63 commit 288f843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache-stm32-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:
id: cache-tools
with:
path: ot3-firmware/stm32-tools
key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ secrets.CACHE_VERSION }}
key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ env.CACHE_VERSION }}
1 change: 1 addition & 0 deletions .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ on:

env:
ci: 1
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ on:

env:
ci: 1
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}

defaults:
run:
Expand Down

0 comments on commit 288f843

Please sign in to comment.