Skip to content

Commit fe52373

Browse files
committed
CI: Use matrix.rosdistro
This doesn't change anything, but is nicer.
1 parent 3bf3932 commit fe52373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo rosdep init
4141
rosdep update
42-
rosdep install --from-paths src -i -y --rosdistro noetic
42+
rosdep install --from-paths src -i -y --rosdistro ${{ matrix.rosdistro }}
4343
- name: Build
4444
run: |
4545
. /opt/ros/${{ matrix.rosdistro }}/setup.sh

0 commit comments

Comments
 (0)