Skip to content

Commit

Permalink
Use ccache action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 30, 2023
1 parent dbef9cc commit 1174548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}

- name: Compiler cache
uses: actions/cache@v3
uses: hendrikmuhs/ccache-action@v1.2
with:
path: ${{ github.workspace }}/.ccache
create-symlink: true
key: ${{ runner.os }}-meson-${{ matrix.python }}-${{ github.run_id }}
restore-keys: ${{ runner.os }}-meson-${{ matrix.python }}-

Expand Down

0 comments on commit 1174548

Please sign in to comment.