Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent b40dd6b commit 479056e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
echo env context ${{ env }}
- name: Cache stm32 tools
uses: './.github/cache-stm32-tools'
uses: './.github/actions/cache-stm32-tools'

- name: Check out Opentrons monorepo
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:
defaults:
run:
shell: bash
working-directory: main

jobs:
cross-compile-check:
Expand All @@ -61,14 +62,13 @@ jobs:
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4
with:
path: main
path: ot3-firmware

- name: Checkout workflow/action directory
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
path: ./.github
sparse-checkout: '.github/'
sparse-checkout-cone-mode: false

- name: Cross-compile setup
uses: './.github/actions/cross-compile-setup'
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4
with:
path: main
path: ot3-firmware

- name: Checkout workflow/action directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 479056e

Please sign in to comment.