Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Mar 20, 2024
1 parent 815cd6c commit 10f17bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ros-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
- name: Run colcon build
run: |
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} colcon build
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} \
/bin/bash -c "rosdep install --from-paths odrive_ros2_control odrive_botwheel_explorer -y --ignore-src && \
colcon build"

0 comments on commit 10f17bc

Please sign in to comment.