Skip to content

Commit

Permalink
Making the ccache engine specific
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Nov 25, 2021
1 parent 2d95d17 commit 126f8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${{ github.job }}-${{ matrix.platform.name }}-${{ matrix.type }}
key: ${{ github.job }}-${{ matrix.platform.engine }}-${{ matrix.platform.name }}-${{ matrix.type }}
- name: Prepend ccache executables to the PATH
run: echo PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${{ github.job }}-${{ matrix.type }}
key: ${{ github.job }}-${{ matrix.engine }}-${{ matrix.type }}
- name: Prepend ccache executables to the PATH
run: echo PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV

Expand Down

0 comments on commit 126f8ea

Please sign in to comment.