We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da2031 commit 4abb150Copy full SHA for 4abb150
.github/workflows/ros_ci.yml
@@ -12,14 +12,13 @@ jobs:
12
matrix:
13
env:
14
- {ROS_DISTRO: melodic}
15
- - {ROS_DISTRO: noetic}
+ - {ROS_DISTRO: noetic, BUILDER: catkin_tools}
16
- {ROS_DISTRO: foxy}
17
- {ROS_DISTRO: galactic}
18
- {ROS_DISTRO: foxy, PRERELEASE: true}
19
- {ROS_DISTRO: galactic, PRERELEASE: true}
20
21
CCACHE_DIR: /github/home/.ccache # Enable ccache
22
- BUILDER: catkin_tools
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v2
0 commit comments