Skip to content

Commit 8b9118c

Browse files
committed
ros/ci: deactivate ccache
1 parent cd6bf0a commit 8b9118c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ros_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
submodules: recursive
2727
# 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 }}
28+
# - uses: actions/cache@v3
29+
# with:
30+
# path: ${{ env.CCACHE_DIR }}
31+
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
3232
# Run industrial_ci
3333
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
3434
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)