Skip to content

Commit

Permalink
Add 'wasi-libc'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Mar 5, 2024
1 parent 248f014 commit b25d9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rts-outside-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Download dependencies
run: |
sudo apt install -y llvm musl
sudo apt install -y llvm
git clone --branch c5264e2bbe532994d06b039005f2af91bedcc1a6 --depth 1 https://github.com/WebAssembly/wasi-libc ../wasi-libc
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 b25d9f7

Please sign in to comment.