Skip to content

Commit

Permalink
Temporarily disable musl target
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 9, 2025
1 parent de2db7e commit 1be69de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
matrix:
target:
- aarch64-apple-darwin
- aarch64-unknown-linux-musl
# FIXME: Get a musl target for semver checks too.
# - aarch64-unknown-linux-musl
- arm-linux-androideabi
- x86_64-pc-windows-msvc
- x86_64-unknown-freebsd
Expand Down

0 comments on commit 1be69de

Please sign in to comment.