Update rust.yml

This commit is contained in:
Wyatt J. Miller
2020-12-08 17:27:49 -05:00
committed by GitHub
parent 15c4847e77
commit 8a898b5cf8

View File

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