mirror of
https://github.com/spikecodes/libreddit.git
synced 2025-12-10 07:42:04 +01:00
Add MUSL target
This commit is contained in:
1
.github/workflows/main-rust.yml
vendored
1
.github/workflows/main-rust.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
|
||||||
|
|
||||||
# Building actions
|
# Building actions
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user