chore: nightly build enable mips*

This commit is contained in:
zonyitoo
2025-01-11 11:40:03 +08:00
parent b903289594
commit 9adfd94e5d

View File

@@ -20,6 +20,10 @@ jobs:
toolchain: stable
- target: aarch64-unknown-linux-musl
toolchain: stable
- target: mipsel-unknown-linux-gnu
toolchain: nightly
- target: mips64el-unknown-linux-gnuabi64
toolchain: nightly
steps:
- uses: actions/checkout@v4