diff options
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2104c74a4d9..8d331257692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,8 @@ jobs: # for NaNs which makes it worth testing on despite that. - mips-unknown-linux-gnu - mips64-unknown-linux-gnuabi64 - - riscv64gc-unknown-linux-gnu + # TODO: reenable pending https://github.com/rust-lang/rust/issues/77866 + # - riscv64gc-unknown-linux-gnu steps: - uses: actions/checkout@v2 |
