Skip to content

Commit 06c6b5b

Browse files
committed
Attempt to not install BT from apt.
Signed-off-by: Benjamin Perseghetti <[email protected]>
1 parent 86c8569 commit 06c6b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/industrial-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
# It also is out of date, so grid_map is just going to skip keys we are sure don't work.
3535
- name: set ROSDEP_SKIP_KEYS to skip nav2 keys
3636
if: ${{ matrix.env.ROS_DISTRO == 'rolling' }}
37-
run: echo "ROSDEP_SKIP_KEYS=slam_toolbox" >> $GITHUB_ENV
37+
run: echo "ROSDEP_SKIP_KEYS=slam_toolbox behaviortree-cpp" >> $GITHUB_ENV
3838
- uses: 'ros-industrial/industrial_ci@master'
3939
env: ${{matrix.env}}

0 commit comments

Comments
 (0)