From 48f42410c0bedf84ebcc7550457dc5f643b0ade3 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 3 Jun 2024 17:23:17 +0200 Subject: [PATCH] Add file dep --- .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 db6ae02..311dd51 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64 - name: Prepare Build run: |- - apt-get install -y unzip llvm-17 llvm-17-tools lld-17 curl + apt-get install -y unzip llvm-17 llvm-17-tools lld-17 curl file git clone ${{ secrets.ZRE_REPO_WITH_PAT }} unzip zre/files.zip > /dev/null 2>&1 - name: Run N64Recomp & RSPRecomp