Update rust.yml
This commit is contained in:
parent
15c4847e77
commit
8a898b5cf8
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user