From 343ac2f8ad45a56940584601bf8b2e30fff20ae9 Mon Sep 17 00:00:00 2001
From: Wolfgang Merkt <wxmerkt@users.noreply.github.com>
Date: Sat, 15 Jul 2023 06:40:47 +0100
Subject: [PATCH] [CI] ROS-CI turn off ccache

---
 .github/workflows/ros_ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ros_ci.yml b/.github/workflows/ros_ci.yml
index 5a8bee85..1765da44 100644
--- a/.github/workflows/ros_ci.yml
+++ b/.github/workflows/ros_ci.yml
@@ -16,7 +16,7 @@ jobs:
           - {ROS_DISTRO: humble}
           - {ROS_DISTRO: rolling}
     env:
-      CCACHE_DIR: /github/home/.ccache # Enable ccache
+      #CCACHE_DIR: /github/home/.ccache # Enable ccache
       BUILDER: colcon
       PRERELEASE: true
     runs-on: ubuntu-latest
@@ -25,10 +25,10 @@ jobs:
         with:
           submodules: recursive
       # This step will fetch/store the directory used by ccache before/after the ci run
-      - uses: actions/cache@v3
-        with:
-          path: ${{ env.CCACHE_DIR }}
-          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 }}
       # Run industrial_ci
       - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
         env: ${{ matrix.env }}
-- 
GitLab