Skip to content
Snippets Groups Projects
Verified Commit 8b9118c6 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ros/ci: deactivate ccache

parent cd6bf0a0
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,10 @@ jobs: ...@@ -25,10 +25,10 @@ jobs:
with: with:
submodules: recursive submodules: recursive
# This step will fetch/store the directory used by ccache before/after the ci run # This step will fetch/store the directory used by ccache before/after the ci run
- uses: actions/cache@v3 # - uses: actions/cache@v3
with: # with:
path: ${{ env.CCACHE_DIR }} # path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci # Run industrial_ci
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b' - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
env: ${{ matrix.env }} env: ${{ matrix.env }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment