Skip to content

Commit 4a701a1

Browse files
committed
update workflow
1 parent 37e3584 commit 4a701a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
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+'}
10+
- {ROS_DISTRO: jazzy, UPSTREAM_WORKSPACE: 'dependencies.rosinstall', CMAKE_ARGS: '--event-handlers console_direct+'}
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)