.github/workflows/build.yml: add matrix.os to ccache key

This commit is contained in:
Max Kellermann 2025-03-11 09:40:00 +01:00
parent 5d0aeda4e9
commit 568494440f

@ -104,7 +104,7 @@ jobs:
- id: cache-ccache - id: cache-ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ${{ matrix.compiler }} key: ${{ matrix.os }}-${{ matrix.compiler }}
- name: Configure - name: Configure
run: | run: |
@ -203,7 +203,7 @@ jobs:
- id: cache-ccache - id: cache-ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ${{ matrix.compiler }} key: ${{ matrix.os }}-${{ matrix.compiler }}
- name: Configure - name: Configure
run: | run: |