Skip to content

Added installing of additional dependencies #12

Added installing of additional dependencies

Added installing of additional dependencies #12

# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see README (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
name: CI
on:
push:
branches: [ main, devel, ci ]
pull_request:
branches: [ main, devel ]
workflow_dispatch: # allow manually starting this workflow
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-latest
env:
global:
- BEFORE_INIT='./install_additional_dependencies.sh'

Check failure on line 23 in .github/workflows/industrial_ci_action.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/industrial_ci_action.yml (Line: 23, Col: 9): A sequence was not expected
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}