Skip to content

Commit 3c837eb

Browse files
committed
Fix CI
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent 4c4fe95 commit 3c837eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/plansys2_bt_example.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
- name: Install popf deps
2222
run: sudo apt-get install libfl-dev
2323
- name: Setup ROS 2
24-
uses: ros-tooling/setup-ros@0.6.3
24+
uses: ros-tooling/setup-ros@0.7.1
2525
with:
2626
required-ros-distributions: rolling
27-
- name: Create custom repos
28-
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
27+
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
28+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
2929
- name: build and test
30-
uses: ros-tooling/[email protected].5
30+
uses: ros-tooling/[email protected].6
3131
with:
3232
package-name: plansys2_bt_example
3333
target-ros2-distro: rolling
34-
vcs-repo-file-url: /tmp/all.repos
34+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/dependency_repos.repos
3535
colcon-mixin-name: coverage-gcc
3636
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml

0 commit comments

Comments
 (0)