Skip to content

Commit

Permalink
define for rosdep
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 6, 2024
1 parent 18e8380 commit 3efb4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
bash -c 'source /opt/ros/rolling/setup.bash; \
apt-get update && apt-get upgrade -y && rosdep update; \
rosdep install --from-paths src --ignore-src -y'
rosdep install --from-paths src --ignore-src --rosdistro=rolling -y'
- name: Build Workspace
run: |
bash -c 'source /opt/ros/rolling/setup.bash; \
Expand Down

0 comments on commit 3efb4c3

Please sign in to comment.