From 8a898b5cf815cdecd96b0e18d65ac428b9023fda Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 8 Dec 2020 17:27:49 -0500 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..a548bf5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,6 +15,11 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + target: armv7-unknown-linux-gnueabihf + override: true - uses: actions/checkout@v2 - name: Build run: cargo build --verbose