Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 22, 2023
1 parent c5bca2c commit 823dac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:

- name: Checkout submodules
run: |
sudo apt-get -y update
sudo apt-get -y install git
git submodule update --init --recursive
- name: setup ROS environment
Expand All @@ -64,7 +66,6 @@ jobs:
- name: Install rosdep dependencies
run: |
# See bug/issue: https://github.com/orgs/community/discussions/47863
sudo apt-get -y update
rosdep install --from-paths . --ignore-src -r -y
- name: Build with colcon
Expand Down

0 comments on commit 823dac6

Please sign in to comment.