Skip to content

Commit

Permalink
Use same branch as Nix sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Mar 5, 2024
1 parent b25d9f7 commit 85cadd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rts-outside-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85cadd1

Please sign in to comment.