Skip to content

Commit

Permalink
Add 'musl' again
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Mar 5, 2024
1 parent 85cadd1 commit 4e6a788
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 @@ -15,7 +15,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Download dependencies
run: |
sudo apt install -y llvm
sudo apt install -y llvm musl
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
Expand Down

0 comments on commit 4e6a788

Please sign in to comment.