File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 mkdir -p ~/ws/src
106106 cd ~/ws/src
107107 ln -sf $GITHUB_WORKSPACE .
108+ [ ${{ matrix.ROS_DISTRO }} != "one" ] || (sudo apt install -y -qq git; sudo apt remove -y -qq ros-${{ matrix.ROS_DISTRO }}-roseus-smach; git clone https://github.com/jsk-ros-pkg/jsk_roseus.git; )
108109 rosdep install -qq -r -y --from-path . --ignore-src || echo "OK"
109110 shell : bash
110111
@@ -130,6 +131,7 @@ jobs:
130131 source ~/ws/devel/setup.bash
131132 set -x
132133 cd ~/ws/
134+ [ ${{ matrix.ROS_DISTRO }} != "one" ] || touch src/jsk_roseus/CATKIN_IGNORE
133135 catkin test --no-status -sv ${{ matrix.CATKIN_OPTIONS }} --cmake-args -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ${{ matrix.CMAKE_OPTIONS }}
134136 shell : bash
135137
You can’t perform that action at this time.
0 commit comments