Skip to content

Commit 6998a72

Browse files
committed
bring back target
1 parent 42cb2ca commit 6998a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions-rs/cargo@v1
2727
with:
2828
command: build
29-
args: --release --all-features
29+
args: --release --all-features --target x86_64-unknown-linux-musl
3030
- run: ls target/release/ -l
3131
- name:
3232
Create zip file

0 commit comments

Comments
 (0)