Skip to content

Commit

Permalink
[SOL] Switch linux builds to musl libc
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed May 12, 2024
1 parent a4ec4b6 commit c4f628b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
matrix:
include:
- target: x86_64-linux-gnu
- target: x86_64-windows-gnu
- target: aarch64-linux-gnu
- target: x86_64-linux-musl
- target: x86_64-macos-none
- target: x86_64-windows-gnu
- target: aarch64-linux-musl
- target: aarch64-macos-none
fail-fast: false
steps:
Expand Down

0 comments on commit c4f628b

Please sign in to comment.