Skip to content

Commit eb0f8ef

Browse files
committed
use latest roseus_smach for ROS-O (jsk-ros-pkg/jsk_roseus#756)
1 parent 8cf48ea commit eb0f8ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)