Skip to content

Commit

Permalink
ci: also build for expressif-esp32-c6-devkitc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 14, 2024
1 parent 0915d22 commit 85a6a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: steps.result-cache.outputs.cache-hit != 'true'
uses: dtolnay/rust-toolchain@nightly
with:
targets: riscv32imc-unknown-none-elf,thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi
targets: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi
components: rust-src

- name: rust cache
Expand All @@ -76,7 +76,7 @@ jobs:
- name: "limit build unless nightly build"
if: github.event_name != 'schedule'
run: |
echo "LAZE_BUILDERS=ai-c3,microbit-v2,nrf52840dk,rpi-pico,rpi-pico-w" >> "$GITHUB_ENV"
echo "LAZE_BUILDERS=ai-c3,expressif-esp32-c6-devkitc-1,microbit-v2,nrf52840dk,rpi-pico,rpi-pico-w" >> "$GITHUB_ENV"
- name: "riot-rs compilation test"
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 85a6a27

Please sign in to comment.