Skip to content

Commit

Permalink
ci: import src only when rosdistro is rolling
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jul 30, 2024
1 parent a681667 commit e40b8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
vcs import --shallow --skip-existing --input grid_map/tools/ros2_dependencies.repos
shell: bash
working-directory: src
if: ${{ matrix.config.rosdistro == 'rolling' }}
- name: Install Dependencies with Rosdep
run: |
apt update
Expand Down

0 comments on commit e40b8b3

Please sign in to comment.