From add6a3b13a698248ce3d3e93c4422225a7a75c22 Mon Sep 17 00:00:00 2001 From: reggie Date: Sat, 5 Oct 2024 23:10:11 -0500 Subject: [PATCH] Heh.. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cac3612..9fee0803 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: run: dotnet build -c "${{ matrix.configuration }}" -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER - name: Run tests - uses: TSRBerry/unstable-commands@v1 + uses: ryujinx-mirror/unstable-commands@releases/v1.0.6 if: matrix.platform.name != 'linux-arm64' with: commands: dotnet test --no-build -c "${{ matrix.configuration }}"