Skip to content

Fix thread include (#216) #788

Fix thread include (#216)

Fix thread include (#216) #788

Workflow file for this run

name: CI micro-ROS Agent
on:
pull_request:
branches:
- 'humble'
schedule:
- cron: '33 6 * * *'
jobs:
microros_agent_ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
ros_distribution: [ humble ]
include:
- docker_image: ubuntu:jammy
ros_distribution: humble
container:
image: ubuntu:jammy
steps:
<<<<<<< HEAD

Check failure on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
- uses: actions/checkout@v2
- uses: ros-tooling/[email protected]
=======
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
>>>>>>> cd321ca (Fix thread include (#216))
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.ros_distribution }}
- name : Download and install dependencies
run: |
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
<<<<<<< HEAD
- uses : ros-tooling/[email protected]
=======
- uses : ros-tooling/[email protected]
>>>>>>> cd321ca (Fix thread include (#216))
with:
package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }}