From 3e2c368ce4e68c54b2486c876c3d6afdc0b1d1bc Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Sat, 24 Feb 2024 05:50:37 +0000 Subject: [PATCH] [CI] No ccache --- .github/workflows/industrial_ci_build_and_test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/industrial_ci_build_and_test.yml b/.github/workflows/industrial_ci_build_and_test.yml index b69606e1..33d06315 100644 --- a/.github/workflows/industrial_ci_build_and_test.yml +++ b/.github/workflows/industrial_ci_build_and_test.yml @@ -10,16 +10,16 @@ jobs: - {ROS_DISTRO: rolling, PRERELEASE: true} - {ROS_DISTRO: humble, PRERELEASE: true} - {ROS_DISTRO: iron, PRERELEASE: true} - env: - CCACHE_DIR: /github/home/.ccache # Enable ccache + # env: + # CCACHE_DIR: /github/home/.ccache # Enable ccache runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # 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 }} + # # 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 }} # Run industrial_ci - uses: 'ros-industrial/industrial_ci@master' env: ${{ matrix.env }}