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