From 31380bc96fc2f4f6267c13698800c2ef394a5ad1 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 2 Apr 2024 21:03:35 +0200 Subject: [PATCH] CI: Replace ccache action to make it hopefully work again. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8db5c6abf..6b79384bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,11 +170,11 @@ jobs: brew install automake libtool ccache ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize - - name: Cache [ccache] - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 - if: runner.os == 'Linux' || runner.os == 'macOS' + - name: ccache + uses: hendrikmuhs/ccache-action@v1.2 with: - path: ~/.ccache + create-symlink: true + verbose: 1 key: ${{ runner.os }}-ccache${{ matrix.extra_hash }}-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/ci.yml', 'tools/ci-run.sh') }} - name: Cache [libs]