From 688489f2830321bd2d4b3660b1c575cf94f4d162 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 30 Sep 2024 12:55:54 +0200 Subject: [PATCH] use new key to force build without cache --- .github/workflows/validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index cb143d3..3f4202e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -47,7 +47,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }} + key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }}-x - name: Prepare Build run: |- git clone ${{ secrets.ZRE_REPO_WITH_PAT }} @@ -123,7 +123,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }} + key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }}-x - name: Install Linux Dependencies run: | sudo apt-get update @@ -210,7 +210,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }} + key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-x - name: Install Windows Dependencies run: | choco install ninja