mirror of
https://github.com/rust-lang/log.git
synced 2026-01-20 23:56:26 +00:00
workflows/main.yml: Add an embedded riscv32imc test case
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
351ee33633
commit
18ab92ffe6
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -79,5 +79,6 @@ jobs:
|
||||
run: |
|
||||
rustup update stable --no-self-update
|
||||
rustup default stable
|
||||
- run: rustup target add thumbv6m-none-eabi
|
||||
- run: rustup target add thumbv6m-none-eabi riscv32imc-unknown-none-elf
|
||||
- run: cargo build --verbose --target=thumbv6m-none-eabi
|
||||
- run: cargo build --verbose --target=riscv32imc-unknown-none-elf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user