From d1f5ff3bba097139977c03fe98aa6831eb0af4ce Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sun, 2 Jun 2024 20:18:50 +0200 Subject: [PATCH] Use shader cache in artefacts (#272) --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 32c2869..227f3a8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -50,6 +50,7 @@ jobs: run: |- git clone ${{ secrets.ZRE_REPO_WITH_PAT }} ./zre/process.sh + cp ./zre/mm_shader_cache.bin ./shadercache/ - name: Build N64Recomp & RSPRecomp if: runner.os != 'Windows' run: | @@ -122,6 +123,7 @@ jobs: run: |- git clone ${{ secrets.ZRE_REPO_WITH_PAT }} ./zre/process.ps1 + cp ./zre/mm_shader_cache.bin ./shadercache/ - name: Build N64Recomp & RSPRecomp run: | git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource