diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2025-03-22 22:31:06 +0100 |
|---|---|---|
| committer | datdenkikniet <38322042+datdenkikniet@users.noreply.github.com> | 2025-03-23 09:57:48 +0000 |
| commit | cfcf21ffe47532083bda4d3d4b12bb6aa725da8a (patch) | |
| tree | d1012c5f673bdffe16cb182079f45dc33d59877a /.github/workflows/build.yml | |
| parent | 0f5ddeff8d6aaa57005bd069c0e1131ae176a486 (diff) | |
ci: Check at least one C3 target
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8acc94e..68867d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
