Skip to content

Commit

Permalink
ci: Use stable channel for RISCV devices (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Aug 1, 2024
1 parent 40d5481 commit 0c29c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
target: ${{ matrix.target.rust-target }}
toolchain: nightly
toolchain: stable
components: rust-src
# Install the Rust toolchain for Xtensa devices:
- if: contains(fromJson('["esp32", "esp32s2", "esp32s3"]'), matrix.target.soc)
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
# RISC-V devices:
- soc: esp32c2
runner: esp32c2-jtag
usb: ACM0
usb: USB2
- soc: esp32c3
runner: esp32c3-usb
usb: ACM0
Expand All @@ -112,7 +112,7 @@ jobs:
usb: ACM0
- soc: esp32h2
runner: esp32h2-usb
usb: ACM0
usb: USB0
# Xtensa devices:
- soc: esp32s2
runner: esp32s2-jtag
Expand Down

0 comments on commit 0c29c43

Please sign in to comment.