Skip to content

Merge pull request #12 from CorvusPrudens/boot-robustness #37

Merge pull request #12 from CorvusPrudens/boot-robustness

Merge pull request #12 from CorvusPrudens/boot-robustness #37

Workflow file for this run

on:
push:
branches: [main] # Do not run on staging / trying
pull_request:
name: Nightly rust
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
target: thumbv7em-none-eabihf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --verbose --release --target thumbv7em-none-eabihf