mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
rustup target add musl
This commit is contained in:
parent
7ab760de65
commit
8151e40220
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ jobs:
|
|||
run: |
|
||||
./ci/get_releases.sh
|
||||
|
||||
- run: rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
- name: build basic-cli with surgical linker and also with legacy linker
|
||||
env:
|
||||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue