Skip to content

Fix naming of async generator dependency #11

Fix naming of async generator dependency

Fix naming of async generator dependency #11

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
ci:
strategy:
matrix:
include:
- os: ubuntu-20.04
distro: noetic
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.distro }}
- run: sudo apt remove python3-openssl -y
- uses: ros-tooling/[email protected]
with:
target-ros1-distro: ${{ matrix.distro }}