Skip to content

Commit 9adfd94

Browse files
committed
chore: nightly build enable mips*
1 parent b903289 commit 9adfd94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-nightly-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
toolchain: stable
2121
- target: aarch64-unknown-linux-musl
2222
toolchain: stable
23+
- target: mipsel-unknown-linux-gnu
24+
toolchain: nightly
25+
- target: mips64el-unknown-linux-gnuabi64
26+
toolchain: nightly
2327

2428
steps:
2529
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)