Skip to content

Commit

Permalink
CI: attempt to fix git submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 22, 2023
1 parent 22ecec8 commit 4f98dd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
image: ${{ matrix.docker_image }}

steps:
- name: setup ROS environment
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

- name: Checkout
uses: actions/checkout@master

Expand All @@ -62,6 +57,11 @@ jobs:
git submodule sync
git submodule update --init --recursive
- name: setup ROS environment
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

- name: Install rosdep dependencies
run: |
# See bug/issue: https://github.com/orgs/community/discussions/47863
Expand Down

0 comments on commit 4f98dd6

Please sign in to comment.