mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
ci: Check at least one C3 target
This commit is contained in:
parent
0f5ddeff8d
commit
cfcf21ffe4
2 changed files with 8 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,6 @@ jobs:
|
|||
run: cargo xtask --verbose fmt -c
|
||||
|
||||
# Compilation check
|
||||
# TODO: check esp32-c3
|
||||
check:
|
||||
name: check
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
@ -64,6 +63,10 @@ jobs:
|
|||
- backend: riscv32-imc-mecall
|
||||
platform: hifive1
|
||||
rustup-target: riscv32imc-unknown-none-elf
|
||||
|
||||
- backend: riscv-esp32-c3
|
||||
platform: esp32-c3
|
||||
rustup-target: riscv32imc-unknown-none-elf
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue