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: |