Add MUSL target
This commit is contained in:
parent
0bcebff6f2
commit
510d967777
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main-rust.yml
vendored
1
.github/workflows/main-rust.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
|
||||
|
||||
# Building actions
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue