.github/workflows/build.yml: fix the ccache.key
This commit is contained in:
parent
27edd4a610
commit
f01388559f
|
@ -37,7 +37,7 @@ jobs:
|
|||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.type }}
|
||||
key: linux
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install -y --no-install-recommends \
|
||||
|
@ -96,7 +96,7 @@ jobs:
|
|||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.type }}
|
||||
key: macos
|
||||
|
||||
- uses: actions/setup-python@v1
|
||||
|
||||
|
|
Loading…
Reference in New Issue