From 17035b37353d42036c0e0e4de72694e0e6f2c7d0 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sat, 25 May 2024 01:23:27 +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 3937e34..6422f9a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -26,7 +26,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-${{ matrix.os }} + key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-${{ matrix.arch }} - name: Install Linux Dependencies if: runner.os == 'Linux' run: |