mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
Set up nightly rust for CI (#3351)
This commit is contained in:
parent
17c09ccaec
commit
8f0c5179d9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user