mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
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…
Add table
Add a link
Reference in a new issue