From 03129e30db62fb2285be12172ebd549d42e288a1 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Thu, 12 Mar 2020 15:54:01 -0500 Subject: [PATCH] Trying again --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 109b14e..ab6c5f1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -80,10 +80,6 @@ jobs: run: | rustup target add i686-unknown-linux-gnu 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" run: rustup component add rust-src llvm-tools-preview - name: "Install cargo-xbuild"