We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d73cf3 commit 8c91235Copy full SHA for 8c91235
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
micro_ros_demos:
10
runs-on: ubuntu-20.04
11
- container: microros/base:rolling
+ container: microros/base:humble
12
defaults:
13
run:
14
shell: bash
@@ -19,7 +19,7 @@ jobs:
19
cd /uros_ws
20
apt update
21
rosdep update
22
- source /opt/ros/rolling/setup.bash
+ source /opt/ros/$ROS_DISTRO/setup.bash
23
source install/local_setup.bash
24
25
ros2 run micro_ros_setup create_firmware_ws.sh host
@@ -30,6 +30,6 @@ jobs:
30
- name: Build
31
run: |
32
33
34
35
ros2 run micro_ros_setup build_firmware.sh
0 commit comments