File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
21
21
- name : Install popf deps
22
22
run : sudo apt-get install libfl-dev
23
23
- name : Setup ROS 2
24
- uses : ros-tooling/setup-ros@0.6.3
24
+ uses : ros-tooling/setup-ros@0.7.1
25
25
with :
26
26
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
29
29
- name : build and test
30
- uses :
ros-tooling/[email protected] .5
30
+ uses :
ros-tooling/[email protected] .6
31
31
with :
32
32
package-name : plansys2_bt_example
33
33
target-ros2-distro : rolling
34
- vcs-repo-file-url : /tmp/all .repos
34
+ vcs-repo-file-url : ${GITHUB_WORKSPACE}/dependency_repos .repos
35
35
colcon-mixin-name : coverage-gcc
36
36
colcon-mixin-repository : https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
You can’t perform that action at this time.
0 commit comments