Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent 4b1f955 commit f035be2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/actions/main-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ inputs:
runs:
using: composite
steps:
- name: Update and install gcc-10 & g++-10
- if: ${{ runner.os == 'Linux' }}
name: Update and install gcc-10 & g++-10
shell: bash
run: |
sudo apt update
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
target: [
bootloader,
gantry-x,
gantry-y,
gripper,
head,
hepa-uv,
pipettes-single,
pipettes-multi,
pipettes-96,
# gantry-x,
# gantry-y,
# gripper,
# head,
# hepa-uv,
# pipettes-single,
# pipettes-multi,
# pipettes-96,
]
name: ${{ matrix.target }} simulator
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f035be2

Please sign in to comment.