Skip to content

Commit

Permalink
Explicitly set path to ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 30, 2023
1 parent ad1b8a7 commit 482dd0d
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,8 @@ jobs:
${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}

- name: Compiler cache
uses: hendrikmuhs/ccache-action@main
uses: hendrikmuhs/ccache-action@1.2
with:
create-symlink: true
key: ${{ runner.os }}-meson-${{ matrix.python }}-${{ github.run_id }}
restore-keys: ${{ runner.os }}-meson-${{ matrix.python }}-

Expand Down Expand Up @@ -77,6 +76,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
pip install --no-build-isolation --config-settings=builddir=builddir . -v
- name: Test
Expand Down

0 comments on commit 482dd0d

Please sign in to comment.