File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
1414 - {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
1515 env :
16- CCACHE_DIR : /github/home/.ccache # Enable ccache
16+ # CCACHE_DIR: /github/home/.ccache # Enable ccache
1717 CMAKE_ARGS : -DBUILD_WITH_VECTORIZATION_SUPPORT=${{ matrix.env.VECTORIZATION_SUPPORT }} # Simde is available since humble
1818 PRERELEASE : true
1919 runs-on : ubuntu-latest
@@ -22,10 +22,10 @@ jobs:
2222 with :
2323 submodules : recursive
2424 # This step will fetch/store the directory used by ccache before/after the ci run
25- - uses : actions/cache@v3
26- with :
27- path : ${{ env.CCACHE_DIR }}
28- key : ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
25+ # - uses: actions/cache@v3
26+ # with:
27+ # path: ${{ env.CCACHE_DIR }}
28+ # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
2929 # Run industrial_ci
3030 - uses : ' ros-industrial/industrial_ci@master'
3131 env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments