Skip to content

Commit 20319d0

Browse files
committed
Fix CI
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent aebc7d8 commit 20319d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/plansys2_patrol_navigation_example.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
run: sudo apt-get install libfl-dev
2323
- uses: actions/checkout@v2
2424
- name: Setup ROS 2
25-
uses: ros-tooling/[email protected].1
25+
uses: ros-tooling/[email protected].3
2626
with:
2727
required-ros-distributions: rolling
2828
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29-
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
29+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs ros-rolling-geographic-msgs
30+
- name: Rosdep update
31+
run: rosdep update
3032
- name: build and test
31-
uses: ros-tooling/[email protected].6
33+
uses: ros-tooling/[email protected].7
3234
with:
3335
package-name: plansys2_patrol_navigation_example
3436
target-ros2-distro: rolling

0 commit comments

Comments
 (0)