.github/workflows/build.yml: fix the ccache.key

This commit is contained in:
Max Kellermann 2021-11-26 13:32:33 +01:00
parent 27edd4a610
commit f01388559f
1 changed files with 2 additions and 2 deletions

View File

@ -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