Skip to content

Commit

Permalink
Fix workflow for EOL distros.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Dec 30, 2024
1 parent 8ac2476 commit 89109d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: src
- name: rosdep
run: |
rosdep update
rosdep update --rosdistro ${{ matrix.setup.rosdistro }}
rosdep install -y --from-paths src --ignore-src --rosdistro ${{ matrix.setup.rosdistro }}
- name: build
run: |
Expand Down

0 comments on commit 89109d4

Please sign in to comment.