.github/workflows/build.yml: add matrix.os to ccache key
This commit is contained in:
parent
5d0aeda4e9
commit
568494440f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ matrix.compiler }}
|
||||
key: ${{ matrix.os }}-${{ matrix.compiler }}
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
@ -203,7 +203,7 @@ jobs:
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ matrix.compiler }}
|
||||
key: ${{ matrix.os }}-${{ matrix.compiler }}
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user