Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix: also check-out submodules during CI build - required otherwise w…
Browse files Browse the repository at this point in the history
…e have a CI build fail.
  • Loading branch information
aentinger committed Nov 12, 2023
1 parent b0c09c5 commit 8693555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- uses: actions/checkout@v4
with:
path: 'ros2_ws/src/t07_ros'

submodules: true
fetch-depth: 1

- name: colcon build
run: |
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
Expand Down

0 comments on commit 8693555

Please sign in to comment.