From 0b3cb04d5faf1ebeae3cae5699a1c3b52eca7f1f Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sat, 25 May 2024 01:24:32 +0200 Subject: [PATCH] Update validate.yml --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ce8160c..0d46db5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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: |