Store ccache per arch

This commit is contained in:
dcvz 2024-06-05 01:30:25 +02:00
parent d0c741b532
commit d4cda042e3

View file

@ -25,7 +25,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-${{ matrix.arch }}
- name: Install Linux Dependencies
if: runner.os == 'Linux'
run: |