Skip to content

Commit

Permalink
CI: Replace ccache action to make it hopefully work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 2, 2024
1 parent 6c53a78 commit 31380bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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]
Expand Down

0 comments on commit 31380bc

Please sign in to comment.