Skip to content

Commit

Permalink
force rosdep init and update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Jul 8, 2024
1 parent 861f013 commit 40f0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/catkin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Dependencies
run: |
apt update && apt install -y python3-wstool python3-catkin-tools python3-vcstool
rosdep install --rosdistro=$ROS_DISTRO --from-paths src --ignore-src -r -y
rosdep init && rosdep update --rosdistro noetic && rosdep install --rosdistro=noetic --from-paths src --ignore-src -r -y
# configure repo
- name: Configure
run: |
Expand Down

0 comments on commit 40f0e83

Please sign in to comment.