Skip to content

fix: compile error, wrong import #36

fix: compile error, wrong import

fix: compile error, wrong import #36

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
target: riscv32imac-unknown-none-elf
env:
RUSTFLAGS: "" # rm "-D warnings"
- name: Build
run: cargo build --examples