File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 5959 strategy :
6060 matrix :
6161 build_type : [Release]
62- ros_distro : [humble, iron, jazzy]
62+ ros_distro : [humble, jazzy]
6363 os : [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
64- exclude :
65- # iron, jazzy non yet supported by conda:
66- - ros_distro : iron
67- - ros_distro : jazzy
68- # incompatible combinations:
69- - os : ubuntu-22.04
70- ros_distro : jazzy
71- - os : ubuntu-24.04
72- ros_distro : iron
7364 fail-fast : false
7465
7566 steps :
8576 # Compilation related dependencies
8677 conda install cmake compilers make ninja pkg-config
8778 # Actual dependencies
88- conda install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
79+ conda install -c conda-forge -c robostack-${{ matrix.ros_distro }} ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
8980
9081
9182 - name : Download YARP [Linux&macOS]
@@ -222,7 +213,7 @@ jobs:
222213 conda install cmake compilers make ninja pkg-config
223214 # Actual dependencies
224215 sudo apt-get install -qq -y libc6-dbg
225- conda install -c conda-forge -c robostack-staging ycm-cmake-modules eigen valgrind ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
216+ conda install -c conda-forge -c robostack-${{ matrix.ros_distro }} ycm-cmake-modules eigen valgrind ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
226217
227218 - name : Download YARP [Linux&macOS]
228219 if : contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments