We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf3932 commit fe52373Copy full SHA for fe52373
.github/workflows/github-actions.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
sudo rosdep init
41
rosdep update
42
- rosdep install --from-paths src -i -y --rosdistro noetic
+ rosdep install --from-paths src -i -y --rosdistro ${{ matrix.rosdistro }}
43
- name: Build
44
45
. /opt/ros/${{ matrix.rosdistro }}/setup.sh
0 commit comments