Skip to content

Commit 4abb150

Browse files
wxmerktjcarpent
authored andcommitted
[CI] Fix ROS2 build failure
1 parent 4da2031 commit 4abb150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
matrix:
1313
env:
1414
- {ROS_DISTRO: melodic}
15-
- {ROS_DISTRO: noetic}
15+
- {ROS_DISTRO: noetic, BUILDER: catkin_tools}
1616
- {ROS_DISTRO: foxy}
1717
- {ROS_DISTRO: galactic}
1818
- {ROS_DISTRO: foxy, PRERELEASE: true}
1919
- {ROS_DISTRO: galactic, PRERELEASE: true}
2020
env:
2121
CCACHE_DIR: /github/home/.ccache # Enable ccache
22-
BUILDER: catkin_tools
2322
runs-on: ubuntu-latest
2423
steps:
2524
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)