Skip to content

Commit 83b9438

Browse files
committed
Fix CI
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent 02348e5 commit 83b9438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/plansys2_bt_example.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +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)
2929
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
3030
- name: Rosdep update
31-
run: sudo rosdep update
31+
run: rosdep update
3232
- name: build and test
33-
uses: ros-tooling/[email protected].6
33+
uses: ros-tooling/[email protected].7
3434
with:
3535
package-name: plansys2_bt_example
3636
target-ros2-distro: rolling

0 commit comments

Comments
 (0)