Skip to content

Commit

Permalink
CI: Use matrix.rosdistro
Browse files Browse the repository at this point in the history
This doesn't change anything, but is nicer.
  • Loading branch information
mintar committed Apr 26, 2024
1 parent 3bf3932 commit fe52373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
sudo rosdep init
rosdep update
rosdep install --from-paths src -i -y --rosdistro noetic
rosdep install --from-paths src -i -y --rosdistro ${{ matrix.rosdistro }}
- name: Build
run: |
. /opt/ros/${{ matrix.rosdistro }}/setup.sh
Expand Down

0 comments on commit fe52373

Please sign in to comment.