From 6e9ee3498bfa95e2240346ce02de7d61ac5bc5f2 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Mon, 3 Jun 2024 21:39:20 +0200 Subject: [PATCH] CI: Pin N64Recomp version to use (#353) --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 227f3a8..b4a571d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -56,6 +56,8 @@ jobs: run: | git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource cd N64RecompSource + git checkout 6eb7d5bd3ee7f0b79f3fd7adbe931dccbacf7e1b + git submodule update --init --recursive # enable ccache export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" @@ -128,6 +130,8 @@ jobs: run: | git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource cd N64RecompSource + git checkout 6eb7d5bd3ee7f0b79f3fd7adbe931dccbacf7e1b + git submodule update --init --recursive # enable ccache set $env:PATH="$env:USERPROFILE/.cargo/bin;$env:PATH"