Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Apr 28, 2024
1 parent aebc7d8 commit 20319d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/plansys2_patrol_navigation_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
run: sudo apt-get install libfl-dev
- uses: actions/checkout@v2
- name: Setup ROS 2
uses: ros-tooling/[email protected].1
uses: ros-tooling/[email protected].3
with:
required-ros-distributions: rolling
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs ros-rolling-geographic-msgs
- name: Rosdep update
run: rosdep update
- name: build and test
uses: ros-tooling/[email protected].6
uses: ros-tooling/[email protected].7
with:
package-name: plansys2_patrol_navigation_example
target-ros2-distro: rolling
Expand Down

0 comments on commit 20319d0

Please sign in to comment.