We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4357c commit ed41a38Copy full SHA for ed41a38
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
- uses: dtolnay/rust-toolchain@nightly
54
with:
55
- targets: x86_64-unknown-linux-musl
+ targets: x86_64-unknown-linux-musl, i686-unknown-linux-gnu, thumbv7em-none-eabihf
56
57
- run: cargo build
58
@@ -66,10 +66,6 @@ jobs:
66
- run: cargo test --target x86_64-unknown-linux-musl
67
if: runner.os == 'Linux'
68
69
- - name: "Install Rustup Targets"
70
- run: |
71
- rustup target add i686-unknown-linux-gnu
72
- rustup target add thumbv7em-none-eabihf
73
- name: "Build on non x86_64 platforms"
74
run: |
75
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
0 commit comments