Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Update build-deb.yml #56

Update build-deb.yml

Update build-deb.yml #56

Workflow file for this run

name: Build ROS
on:
push:
branches: [ "humble" ]
pull_request:
branches: [ "humble" ]
permissions:
contents: read
jobs:
build_and_test:
runs-on: ubuntu-22.04
steps:
- name: Setup ROS environment
uses: ros-tooling/setup-ros@0.4.1
with:
use-ros2-testing: true
install-connext: false
required-ros-distributions: humble
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: humble
path: dev_ws/src/etsi_its_msgs
- name: Build
run: |
source /opt/ros/humble/setup.bash
colcon build