Commit f0138855 authored by Max Kellermann's avatar Max Kellermann

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

parent 27edd4a6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment