mirror of
https://github.com/spikecodes/libreddit
synced 2025-01-12 10:55:19 +01:00
Add MUSL target
This commit is contained in:
parent
0bcebff6f2
commit
510d967777
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 New Issue
Block a user