Set up nightly rust for CI (#3351)

This commit is contained in:
Dániel Buga 2025-04-09 09:57:20 +02:00 committed by GitHub
parent 17c09ccaec
commit 8f0c5179d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,12 @@ jobs:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf
toolchain: stable
components: rust-src
# Install the Rust nightly toolchain for RISC-V devices, because of `-Zdoctest-xcompile`
- uses: dtolnay/rust-toolchain@v1
with:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf
toolchain: nightly
components: rust-src
- uses: Swatinem/rust-cache@v2
with: