From 66a7ec5127c4b406f9401571cfb0a72e0c01ca19 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 8 Dec 2020 17:39:39 -0500 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a548bf5..c6d9c64 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,6 +15,10 @@ jobs: runs-on: ubuntu-latest steps: + - name : Install ARM compiler + run: sudo apt-get install gcc-arm-linux-gnueabihf -y + - name: Set ARM compiler as environment variable + run: export CC=arm-linux-gnueabihf-gcc - uses: actions-rs/toolchain@v1 with: toolchain: stable