Update rust.yml

This commit is contained in:
Wyatt J. Miller 2020-12-08 17:39:39 -05:00 committed by GitHub
parent 8a898b5cf8
commit 66a7ec5127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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