Compare commits

...
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- humble-devel
pull_request:
branches:
- '**'
@@ -23,10 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble ]
ros_distribution: [ humble ]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04
+1 -1
View File
@@ -22,7 +22,7 @@
<!-- <depend>libproj-dev</depend> needed due to error in vtk6 (kinetic)-->
<depend>libsqlite3-dev</depend>
<depend>liboctomap-dev</depend>
<depend>grid_map_core</depend>
<!-- <depend>grid_map_core</depend> --> <!-- till this PR is released https://github.com/ANYbotics/grid_map/pull/499 -->
<depend>qt_gui_cpp</depend> <!-- libqt4-dev or libqt5-dev -->
<depend>zlib</depend>