Skip to content

Commit

Permalink
Fix ccache restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Diez committed Dec 31, 2023
1 parent 1c47bcd commit 46bc6b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Compiler cache
uses: hendrikmuhs/[email protected]
with:
key: ${{ runner.os }}-meson-${{ matrix.python }}-${{ github.run_id }}
restore-keys: ${{ runner.os }}-meson-${{ matrix.python }}-
key: ${{ runner.os }}-meson-${{ matrix.python }}

- name: Setup Conda environment
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 46bc6b4

Please sign in to comment.