Skip to content

Commit

Permalink
Fix shell selection, use composite
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 10, 2024
1 parent 710abd8 commit c12f9cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ inputs:
default: "OFF"

runs:
using: composite
steps:
- name: install dependencies
run: |
sudo apt update && sudo apt install python3-pip -y
pip3 install eclipse-zenoh==${{ inputs.zenoh-version }} pycdr2 --break-system-packages
shell: bash

- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ inputs.ros-distribution }}
shell: bash

- name: build and test
uses: ros-tooling/action-ros-ci@v0.3
Expand All @@ -36,3 +39,4 @@ runs:
]
}
}
shell: bash

0 comments on commit c12f9cf

Please sign in to comment.