Skip to content

Commit

Permalink
dbg6
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Nov 15, 2023
1 parent c6688b0 commit 9baae2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
cd ros2_ws/src
git clone --branch ros2 --recursive https://github.com/IMRCLab/motion_capture_tracking.git
- name: Checkout Crazyswarm2
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ros2_ws/src/crazyswarm2
submodules: true
submodules: 'recursive'
- name: Build workspace
run: |
source /opt/ros/humble/setup.bash
Expand Down

0 comments on commit 9baae2b

Please sign in to comment.