Skip to content

Commit

Permalink
CI: checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 8, 2024
1 parent 52b9175 commit 8d2435f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
submodules: recursive # This line enables recursive submodule checkout


- name: setup ROS environment
uses: ros-tooling/setup-ros@v0.7
Expand Down

0 comments on commit 8d2435f

Please sign in to comment.