mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 06:40:47 +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
|
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rust-src
|
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
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user