We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cb2ca commit 6998a72Copy full SHA for 6998a72
.github/workflows/rust.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions-rs/cargo@v1
27
with:
28
command: build
29
- args: --release --all-features
+ args: --release --all-features --target x86_64-unknown-linux-musl
30
- run: ls target/release/ -l
31
- name:
32
Create zip file
0 commit comments