Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 11, 2024
1 parent 33c2b3b commit 8ff40c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 'Host Compile Setup'
description: 'Set up the environment for host compile'
inputs:
target:
description: 'Which preset firmware target to build'
required: true

runs:
using: 'composite'
Expand All @@ -16,7 +13,7 @@ runs:
sudo apt install -y python3.10
- name: Cache stm32 tools
uses: ./.github/actions/cache-stm32-tools
uses: './.github/actions/cache-stm32-tools'

- name: Check out Opentrons monorepo
uses: actions/acheckout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: "Configure"
run: cmake --preset=host-gcc10 .
#

- name: 'Build and test'
run: cmake --build ./build-host --target gripper-build-and-test

Expand Down

0 comments on commit 8ff40c0

Please sign in to comment.