Skip to content

Commit

Permalink
Update CI (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuadros95 authored May 24, 2022
1 parent 3d73cf3 commit 8c91235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
micro_ros_demos:
runs-on: ubuntu-20.04
container: microros/base:rolling
container: microros/base:humble
defaults:
run:
shell: bash
Expand All @@ -19,7 +19,7 @@ jobs:
cd /uros_ws
apt update
rosdep update
source /opt/ros/rolling/setup.bash
source /opt/ros/$ROS_DISTRO/setup.bash
source install/local_setup.bash
rosdep update
ros2 run micro_ros_setup create_firmware_ws.sh host
Expand All @@ -30,6 +30,6 @@ jobs:
- name: Build
run: |
cd /uros_ws
source /opt/ros/rolling/setup.bash
source /opt/ros/$ROS_DISTRO/setup.bash
source install/local_setup.bash
ros2 run micro_ros_setup build_firmware.sh

0 comments on commit 8c91235

Please sign in to comment.