Skip to content

[CI] Remove ccache

[CI] Remove ccache #92

# 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: ROS-CI
# This determines when this workflow is run
on: [push, pull_request] # on all pushes and PRs
jobs:
CI:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, PRERELEASE: true}
- {ROS_DISTRO: iron, PRERELEASE: true}
- {ROS_DISTRO: rolling}
env:
BUILDER: colcon
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}