Skip to content

Commit

Permalink
back to git submodule cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 22, 2023
1 parent 9a028fc commit c5bca2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
with:
submodules: 'true'

- name: Checkout submodules
run: |
git submodule update --init --recursive
- name: setup ROS environment
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit c5bca2c

Please sign in to comment.