Skip to content

Commit

Permalink
gotta checkout this first
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 11, 2024
1 parent c24f342 commit 33c2b3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/actions/cross-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ runs:
sudo apt update
sudo apt install -y gcc-10 g++-10
- name: Checkout ot3-firmware repository
uses: "actions/checkout@v4"

- name: Cache stm32 tools
uses: "./.github/actions/cache-stm32-tools"

Expand Down
3 changes: 0 additions & 3 deletions .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ runs:
sudo apt install -y gcc-10 g++-10
sudo apt install -y python3.10
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4

- name: Cache stm32 tools
uses: ./.github/actions/cache-stm32-tools

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
runs-on: "ubuntu-20.04"
timeout-minutes: 20
steps:
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4

- name: Cross-compile setup
uses: './.github/actions/cross-compile-setup'

Expand All @@ -71,6 +74,9 @@ jobs:
runs-on: "ubuntu-20.04"
timeout-minutes: 10
steps:
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4

- name: Host Compile setup
uses: './.github/actions/host-compile-setup'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pipettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
runs-on: "ubuntu-20.04"
timeout-minutes: 20
steps:
- name: Checkout ot3-firmware repository
uses: actions/checkout@v4

- name: Set up Cross Compile Environment
uses: "./.github/actions/cross-compile-setup"

Expand Down

0 comments on commit 33c2b3b

Please sign in to comment.