Skip to content

Commit

Permalink
Update gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtudela committed Jan 8, 2024
1 parent e1cdb77 commit 4855913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ on:
push:
branches:
- dev
- humble
pull_request:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup ROS 2
uses: ros-tooling/setup-ros@v0.3
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: galactic
required-ros-distributions: humble
- name: Install dependencies
uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: sicks300_2
target-ros2-distro: galactic
target-ros2-distro: humble
skip-tests: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sicks300_2

![ROS2](https://img.shields.io/badge/ros2-humble-blue?logo=ros&logoColor=white)
[![Build](https://github.com/ajtudela/sicks300_2/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/ajtudela/sicks300_2/actions/workflows/build.yml)
[![Build](https://github.com/ajtudela/sicks300_2/actions/workflows/build.yml/badge.svg)](https://github.com/ajtudela/sicks300_2/actions/workflows/build.yml)

## Overview

Expand Down

0 comments on commit 4855913

Please sign in to comment.