File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ build-armv7-unknown-linux-musleabihf:
2323
2424build-mips-unknown-linux-musl :
2525 # mips is a tier-3 target.
26- # rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
26+ rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
2727 cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp
2828
2929build-mipsel-unknown-linux-musl :
3030 # mipsel is a tier-3 target.
31- # rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
31+ rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
3232 cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp
3333
3434# Build distributable binaries for all targets.
You can’t perform that action at this time.
0 commit comments