Skip to content

Commit

Permalink
CI action for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 22, 2023
1 parent 4f98dd6 commit 9a028fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master

- name: Git submodule
run: |
git submodule sync
git submodule update --init --recursive
with:
submodules: 'true'

- name: setup ROS environment
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 9a028fc

Please sign in to comment.