Skip to content

Commit

Permalink
Fix CI to use Galactic (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Jul 27, 2021
1 parent 355faf4 commit d186096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build
run: |
. /opt/ros/foxy/setup.sh
. /opt/ros/galactic/setup.sh
colcon build \
--event-handlers console_cohesion+ \
--cmake-args -DCMAKE_BUILD_TYPE=Release
4 changes: 2 additions & 2 deletions .github/workflows/vcs-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
vcs-import:
runs-on: ubuntu-latest
container: osrf/ros:foxy-desktop
container: osrf/ros:galactic-desktop

steps:
- name: Checkout repository
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
apt-get -y update
rosdep update
rosdep install -y --from-paths . --ignore-src --rosdistro foxy
rosdep install -y --from-paths . --ignore-src --rosdistro galactic

0 comments on commit d186096

Please sign in to comment.