Skip to content

Commit

Permalink
iox-eclipse-iceoryx#328 update to ros-tooling/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: bishibashiB <[email protected]>
  • Loading branch information
bishibashiB committed Nov 13, 2020
1 parent 5bb92c2 commit 12f6c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12f6c5f

Please sign in to comment.