From 8d166452d78219f26cdd9ddb62bdc8ef627c0c0c Mon Sep 17 00:00:00 2001 From: dcvz Date: Fri, 17 May 2024 08:24:48 +0200 Subject: [PATCH] Point to main upstream --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9db36f6..1e5e0cc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -52,7 +52,7 @@ jobs: - name: Build N64Recomp & RSPRecomp if: runner.os != 'Windows' run: | - git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules --branch symbol-file-toml-update + git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules cd N64Recomp # enable ccache @@ -106,7 +106,7 @@ jobs: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Build N64Recomp & RSPRecomp run: | - git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules --branch symbol-file-toml-update + git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules cd N64Recomp # enable ccache