forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#328 update to ros-tooling/[email protected]
Signed-off-by: bishibashiB <[email protected]>
- Loading branch information
1 parent
5bb92c2
commit 12f6c5f
Showing
1 changed file
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -22,14 +22,15 @@ jobs: | |
|
||
steps: | ||
- name: Setup ROS | ||
uses: ros-tooling/[email protected].25 | ||
uses: ros-tooling/[email protected].26 | ||
with: | ||
required-ros-distributions: foxy | ||
- name: Install Iceoryx Dependencies | ||
run: | | ||
sudo apt-get update && sudo apt-get install -y cmake libacl1-dev libncurses5-dev pkg-config | ||
mkdir -p src/iceoryx | ||
cd $GITHUB_WORKSPACE/src/iceoryx | ||
sudo locale-gen en_US en_US.UTF-8 | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|