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 74f2937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ 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:
Expand Down

0 comments on commit 74f2937

Please sign in to comment.