-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e89444
commit dfa9899
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
ros_distro: [rolling, humble, galactic, foxy] | ||
ros_distro: [rolling, humble, iron] | ||
include: | ||
- ros_distro: 'rolling' | ||
os: ubuntu-22.04 | ||
|
@@ -52,13 +52,13 @@ jobs: | |
# cmake 3.24.0 is not compaitable with galactic/foxy/humble ament_cmake | ||
# see: https://github.com/ament/ament_cmake/pull/395 | ||
# TODO: remove this step once ament_cmake for galactic/foxy/humble is released | ||
- name: Setup cmake 3.23.0 | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.23.0' | ||
# - name: Setup cmake 3.23.0 | ||
# uses: jwlawson/[email protected] | ||
# with: | ||
# cmake-version: '3.23.0' | ||
|
||
- name: build ROS2 | ||
uses: ros-tooling/setup-ros@v0.3 | ||
uses: ros-tooling/setup-ros@v0.6 | ||
with: | ||
required-ros-distributions: ${{ matrix.ros_distro }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters