Skip to content

Merge pull request #26 from clouds56-mcu/option_pin #52

Merge pull request #26 from clouds56-mcu/option_pin

Merge pull request #26 from clouds56-mcu/option_pin #52

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Target
run: rustup target install thumbv7em-none-eabihf
- uses: actions/checkout@v1
- name: Build
run: cargo build --release --target=thumbv7em-none-eabihf