Skip to content

Commit

Permalink
test: add musl target
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Aug 21, 2024
1 parent c1e7181 commit 0761856
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
artifact_prefix: linux
target: x86_64-unknown-linux-gnu
binary_postfix: ""
- os: ubuntu-latest
artifact_prefix: linux-musl
target: x86_64-unknown-linux-musl
binary_postfix: ""
- os: windows-latest
artifact_prefix: windows
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 0761856

Please sign in to comment.