From 09b67f4fcd58f53d1dc3c2e12e2127c2eb456665 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 3 Jun 2024 01:23:36 +0200 Subject: [PATCH] Install unzip --- .github/workflows/validate.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7d9f380..f8e5e69 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,13 +29,9 @@ jobs: key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64 - name: Prepare Build run: |- - echo "::group::Clone ZRE" + apt-get install -y unzip git clone ${{ secrets.ZRE_REPO_WITH_PAT }} - echo "::endgroup::" - - echo "::group::Process ZRE" - ./zre/process.sh - echo "::endgroup::" + unzip zre/files.zip > /dev/null 2>&1 - name: Run N64Recomp & RSPRecomp run: | N64Recomp us.rev1.toml