Skip to content

Commit 31d68af

Browse files
committed
fix workflow
1 parent 96a7e15 commit 31d68af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
toolchain: stable
3232

33+
- name: Install cargo musl target
34+
run: rustup target add x86_64-unknown-linux-musl
35+
3336
# Building actions
3437
- name: Build
3538
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)