Skip to content

revert dependencies

revert dependencies #4

Workflow file for this run

name: Industrial CI Humble
on:
push:
branches: [ docs_update ]
pull_request:
branches: [ docs_update ]
workflow_dispatch:
jobs:
industrial_ci:
name: ROS ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
ROS_REPO: [testing]
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
- uses: actions/checkout@v5
- uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-${{github.run_id}}
restore-keys: |
ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-
- uses: 'ros-industrial/industrial_ci@master'
env:
BEFORE_INSTALL_TARGET_DEPENDENCIES: 'sudo apt-get update'
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
BEFORE_INSTALL_SYS_DEPENDENCIES: 'sudo add-apt-repository ppa:lely/ppa -y'
ADDITIONAL_ROSDEP_YAML: |
lely-core:
ubuntu:
- liblely-core-dev
- liblely-coapp-dev
- liblely-co-tools
- liblely-tap-dev
- python3-dcf-tools
- pkg-config
- can-utils