-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aaron Chong <[email protected]>
- Loading branch information
1 parent
710abd8
commit c12f9cf
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
required-ros-distributions: ${{ inputs.ros-distribution }} | ||
shell: bash | ||
|
||
- name: build and test | ||
uses: ros-tooling/[email protected] | ||
|
@@ -36,3 +39,4 @@ runs: | |
] | ||
} | ||
} | ||
shell: bash |