Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed May 30, 2024
1 parent 96a7e15 commit 31d68af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
toolchain: stable

- name: Install cargo musl target
run: rustup target add x86_64-unknown-linux-musl

# Building actions
- name: Build
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit 31d68af

Please sign in to comment.