Skip to content

change iron CI to jazzy #31

change iron CI to jazzy

change iron CI to jazzy #31

Workflow file for this run

name: CI (rolling)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
vcs-repo-file-url: ./acados_solver_ros2.repos
import-token: ${{ secrets.GITHUB_TOKEN }}