File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 66
77env :
88 CARGO_TERM_COLOR : always
9- RUSTC_BOOTSTRAP : 1
109
1110jobs :
1211 test :
@@ -18,10 +17,10 @@ jobs:
1817 target :
1918 - x86_64-unknown-linux-gnu
2019 - aarch64-unknown-linux-gnu
20+ - armv7-unknown-linux-gnueabihf
2121 - x86_64-unknown-linux-musl
2222 - aarch64-unknown-linux-musl
2323 - armv7-unknown-linux-musleabihf
24- - mipsel-unknown-linux-musl
2524 steps :
2625 - uses : actions/checkout@v4
2726 - uses : cargo-bins/cargo-binstall@main
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ permissions:
99
1010env :
1111 CARGO_TERM_COLOR : always
12- RUSTC_BOOTSTRAP : 1
1312
1413jobs :
1514 build :
@@ -21,10 +20,10 @@ jobs:
2120 target :
2221 - x86_64-unknown-linux-gnu
2322 - aarch64-unknown-linux-gnu
23+ - armv7-unknown-linux-gnueabihf
2424 - x86_64-unknown-linux-musl
2525 - aarch64-unknown-linux-musl
2626 - armv7-unknown-linux-musleabihf
27- - mipsel-unknown-linux-musl
2827 steps :
2928 - uses : actions/checkout@v4
3029 - uses : cargo-bins/cargo-binstall@main
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments