Skip to content

Commit

Permalink
ci: clone submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojo committed Aug 7, 2023
1 parent 1e8c156 commit f170ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install depdendencies
run: |
. /opt/ros/$ROS_DISTRO/setup.sh
Expand Down

0 comments on commit f170ec4

Please sign in to comment.