Skip to content

Commit 8c91235

Browse files
authored
Update CI (#63)
1 parent 3d73cf3 commit 8c91235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
micro_ros_demos:
1010
runs-on: ubuntu-20.04
11-
container: microros/base:rolling
11+
container: microros/base:humble
1212
defaults:
1313
run:
1414
shell: bash
@@ -19,7 +19,7 @@ jobs:
1919
cd /uros_ws
2020
apt update
2121
rosdep update
22-
source /opt/ros/rolling/setup.bash
22+
source /opt/ros/$ROS_DISTRO/setup.bash
2323
source install/local_setup.bash
2424
rosdep update
2525
ros2 run micro_ros_setup create_firmware_ws.sh host
@@ -30,6 +30,6 @@ jobs:
3030
- name: Build
3131
run: |
3232
cd /uros_ws
33-
source /opt/ros/rolling/setup.bash
33+
source /opt/ros/$ROS_DISTRO/setup.bash
3434
source install/local_setup.bash
3535
ros2 run micro_ros_setup build_firmware.sh

0 commit comments

Comments
 (0)