Skip to content

Fix broken links in README (backport #91) #68

Fix broken links in README (backport #91)

Fix broken links in README (backport #91) #68

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
micro_ros_demos:
runs-on: ubuntu-24.04
container: microros/base:jazzy
defaults:
run:
shell: bash
steps:
- name: Download environment
run: |
cd /uros_ws
apt update
rosdep update
source /opt/ros/jazzy/setup.bash
source install/local_setup.bash
rosdep update
ros2 run micro_ros_setup create_firmware_ws.sh host
rm -rf src/uros/micro-ROS-demos
- uses: actions/checkout@v4
with:
path: uros_ws/src/uros/micro-ROS-demos
- name: Build
run: |
cd /uros_ws
source /opt/ros/jazzy/setup.bash
source install/local_setup.bash
ros2 run micro_ros_setup build_firmware.sh