Skip to content

Commit

Permalink
Don't use musl-static for the Linux release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Oct 6, 2021
1 parent 469e7a1 commit 6cfadc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: linux
target_file: target/x86_64-unknown-linux-musl/release/quill
asset_name: quill-linux-x86_64
make_target: musl-static
make_target: release
- os: windows-latest
name: windows
target_file: target/release/quill.exe
Expand Down

0 comments on commit 6cfadc8

Please sign in to comment.