mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-27 01:40:27 +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…
Reference in New Issue
Block a user