Change to embedded-graphics-core and update embedded-hal #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |