Trying again

This commit is contained in:
Ryan Kennedy 2020-03-12 15:54:01 -05:00
parent 32b64a5316
commit 03129e30db

View file

@ -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"