We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6bf0a commit 8b9118cCopy full SHA for 8b9118c
.github/workflows/ros_ci.yml
@@ -25,10 +25,10 @@ jobs:
25
with:
26
submodules: recursive
27
# This step will fetch/store the directory used by ccache before/after the ci run
28
- - uses: actions/cache@v3
29
- with:
30
- path: ${{ env.CCACHE_DIR }}
31
- key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
+ # - uses: actions/cache@v3
+ # with:
+ # path: ${{ env.CCACHE_DIR }}
+ # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
32
# Run industrial_ci
33
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
34
env: ${{ matrix.env }}
0 commit comments