ci: Use stable channel for RISCV devices (#1896)

This commit is contained in:
Sergio Gasquez Arcos 2024-08-01 19:42:49 +02:00 committed by GitHub
parent 40d5481edd
commit 0c29c4381c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
uses: dtolnay/rust-toolchain@v1 uses: dtolnay/rust-toolchain@v1
with: with:
target: ${{ matrix.target.rust-target }} target: ${{ matrix.target.rust-target }}
toolchain: nightly toolchain: stable
components: rust-src components: rust-src
# Install the Rust toolchain for Xtensa devices: # Install the Rust toolchain for Xtensa devices:
- if: contains(fromJson('["esp32", "esp32s2", "esp32s3"]'), matrix.target.soc) - if: contains(fromJson('["esp32", "esp32s2", "esp32s3"]'), matrix.target.soc)
@ -103,7 +103,7 @@ jobs:
# RISC-V devices: # RISC-V devices:
- soc: esp32c2 - soc: esp32c2
runner: esp32c2-jtag runner: esp32c2-jtag
usb: ACM0 usb: USB2
- soc: esp32c3 - soc: esp32c3
runner: esp32c3-usb runner: esp32c3-usb
usb: ACM0 usb: ACM0
@ -112,7 +112,7 @@ jobs:
usb: ACM0 usb: ACM0
- soc: esp32h2 - soc: esp32h2
runner: esp32h2-usb runner: esp32h2-usb
usb: ACM0 usb: USB0
# Xtensa devices: # Xtensa devices:
- soc: esp32s2 - soc: esp32s2
runner: esp32s2-jtag runner: esp32s2-jtag