We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e3584 commit 4a701a1Copy full SHA for 4a701a1
.github/workflows/main.yml
@@ -7,8 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
env:
10
- - {ROS_DISTRO: foxy, UPSTREAM_WORKSPACE: 'dependencies.rosinstall', CMAKE_ARGS: '--event-handlers console_direct+'}
11
- - {ROS_DISTRO: galactic, UPSTREAM_WORKSPACE: 'dependencies.rosinstall', CMAKE_ARGS: '--event-handlers console_direct+'}
+ - {ROS_DISTRO: jazzy, UPSTREAM_WORKSPACE: 'dependencies.rosinstall', CMAKE_ARGS: '--event-handlers console_direct+'}
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
0 commit comments