Skip to content

Commit

Permalink
ci: disable mips test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine authored Sep 3, 2023
1 parent e7ab7f7 commit ddbbea5
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 @@ -54,7 +54,7 @@ jobs:
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- wasm32-unknown-unknown
- mips-unknown-linux-gnu
# - mips-unknown-linux-gnu # missing toolchain
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit ddbbea5

Please sign in to comment.