Skip to content

Commit

Permalink
Disable mips in CI (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Jan 16, 2024
1 parent feec4ad commit d274c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- aarch64-unknown-linux-musl
- armv7-unknown-linux-musleabi
- i686-unknown-linux-musl
- mips-unknown-linux-musl
# - mips-unknown-linux-musl # Broken
- x86_64-unknown-linux-musl

# Windows targets
Expand Down

0 comments on commit d274c3a

Please sign in to comment.