Skip to content

lib: update embedded-hal into 1.0.0 #52

lib: update embedded-hal into 1.0.0

lib: update embedded-hal into 1.0.0 #52

Workflow file for this run

on: [push, pull_request]
name: Cross Compile
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: riscv64gc-unknown-none-elf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target riscv64gc-unknown-none-elf