.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
|
- id: cache-ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.type }}
|
key: linux
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y --no-install-recommends \
|
sudo apt install -y --no-install-recommends \
|
||||||
|
@ -96,7 +96,7 @@ jobs:
|
||||||
- id: cache-ccache
|
- id: cache-ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.type }}
|
key: macos
|
||||||
|
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue