Trying again
This commit is contained in:
parent
32b64a5316
commit
03129e30db
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -80,10 +80,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rustup target add i686-unknown-linux-gnu
|
rustup target add i686-unknown-linux-gnu
|
||||||
rustup target add thumbv7em-none-eabihf
|
rustup target add thumbv7em-none-eabihf
|
||||||
- name: "Build on non x86_64 platforms"
|
|
||||||
run: |
|
|
||||||
cargo build --target i686-unknown-linux-gnu
|
|
||||||
cargo build --target thumbv7em-none-eabihf
|
|
||||||
- name: "Install Rustup Components"
|
- name: "Install Rustup Components"
|
||||||
run: rustup component add rust-src llvm-tools-preview
|
run: rustup component add rust-src llvm-tools-preview
|
||||||
- name: "Install cargo-xbuild"
|
- name: "Install cargo-xbuild"
|
||||||
|
|
Loading…
Reference in a new issue