Skip to content

Commit

Permalink
change windows build to produce static binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Apr 13, 2021
1 parent 4c3d0a0 commit 732e38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
run: cargo test --verbose

- name: Run build
env:
RUSTFLAGS: -C target-feature=+crt-static
run: cargo build --release

- name: Upload release
Expand Down

0 comments on commit 732e38d

Please sign in to comment.