Skip to content

Commit

Permalink
Conventional libc binary for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Apr 3, 2020
1 parent 875a6bb commit 5366fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
id: get_release
uses: bruceadams/[email protected]
- name: Build
run: |
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl --verbose
run: cargo build --release --verbose
- name: Upload Release Asset
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5366fab

Please sign in to comment.