From ef5836ddf4d6a7773cee895a675bfa852a3798f6 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Mon, 14 Oct 2024 10:02:58 +0200 Subject: [PATCH] CI: Return to custom cache action --- .github/workflows/industrial_ci_action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/industrial_ci_action.yml b/.github/workflows/industrial_ci_action.yml index 550c494..5045875 100644 --- a/.github/workflows/industrial_ci_action.yml +++ b/.github/workflows/industrial_ci_action.yml @@ -27,12 +27,13 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: rhaschke/cache@main with: - save-always: true path: ${{ env.CCACHE_DIR }} key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}-${{ github.sha }} restore-keys: | ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} + env: + GHA_CACHE_SAVE: always - uses: ros-industrial/industrial_ci@master env: ${{ matrix.env }}