Skip to content

Commit

Permalink
ci: import src only when rosdistro is rolling (#471) (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
(cherry picked from commit 38e57e2)

Co-authored-by: Daisuke Nishimatsu <[email protected]>
  • Loading branch information
mergify[bot] and wep21 committed Jul 31, 2024
1 parent e3fad51 commit e5e7e42
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 e5e7e42

Please sign in to comment.