Skip to content

Commit

Permalink
ci: import src only when rosdistro is rolling (#471) (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 31, 2024
1 parent cd2e8c5 commit 12505e5
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 @@ -27,6 +27,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 12505e5

Please sign in to comment.