Update validate.yml

This commit is contained in:
David Chavez 2024-05-25 01:24:32 +02:00 committed by dcvz
parent 4bce187f75
commit 0b3cb04d5f
1 changed files with 1 additions and 1 deletions

View File

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