Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent 74d40f5 commit 6b78a9a
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -8,5 +8,5 @@ runs:
uses: actions/cache@v3
id: cache-tools
with:
path: ./stm32-tools
path: ./ot3-firmware/stm32-tools
key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ env.CACHE_VERSION }}
1 change: 1 addition & 0 deletions .github/actions/cross-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ runs:
uses: './.github/actions/cache-stm32-tools'

- name: Configure
working-directory: ot3-firmware
shell: bash
run: cmake --preset=cross .
2 changes: 2 additions & 0 deletions .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ runs:
path: opentrons

- name: Configure
working-directory: ot3-firmware
shell: bash
run: cmake --preset=host-gcc10 .

0 comments on commit 6b78a9a

Please sign in to comment.