From 85cadd142e3506aea669d55a15fc1ac61fded3eb Mon Sep 17 00:00:00 2001 From: rvanasa Date: Tue, 5 Mar 2024 14:07:07 -0700 Subject: [PATCH] Use same branch as Nix sources --- .github/workflows/rts-outside-nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rts-outside-nix.yml b/.github/workflows/rts-outside-nix.yml index 1e3711812d7..496b0e4f4cd 100644 --- a/.github/workflows/rts-outside-nix.yml +++ b/.github/workflows/rts-outside-nix.yml @@ -16,7 +16,7 @@ jobs: - name: Download dependencies run: | sudo apt install -y llvm - git clone --branch c5264e2bbe532994d06b039005f2af91bedcc1a6 --depth 1 https://github.com/WebAssembly/wasi-libc ../wasi-libc + git clone https://github.com/WebAssembly/wasi-libc ../wasi-libc && cd ../wasi-libc && git checkout c5264e2bbe532994d06b039005f2af91bedcc1a6 git clone --branch v1.2.0 --depth 1 https://github.com/libtom/libtommath ../libtommath - name: Build RTS run: make -C rts