mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-01 14:20:44 +00:00
install rust-src properly (#3390)
This commit is contained in:
parent
3cfa8ec852
commit
4ec4e6cfbd
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@ -43,6 +43,10 @@ jobs:
|
|||||||
ldproxy: false
|
ldproxy: false
|
||||||
version: 1.85.0.0
|
version: 1.85.0.0
|
||||||
|
|
||||||
|
# xtensa-toolchain installs rustup and a basic toolchain, but doesn't install rust-src
|
||||||
|
- name: rust-src
|
||||||
|
run: rustup component add rust-src --toolchain nightly
|
||||||
|
|
||||||
# TODO: we could build this once and download onto each runner
|
# TODO: we could build this once and download onto each runner
|
||||||
# Build the `xtask` package using the latest commit, and copy the
|
# Build the `xtask` package using the latest commit, and copy the
|
||||||
# resulting binary to the `~/.cargo/bin/` directory. We do this to
|
# resulting binary to the `~/.cargo/bin/` directory. We do this to
|
||||||
@ -87,7 +91,6 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@v1
|
- uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rust-src
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: mkdir docs && mkdir docs/esp-hal && mkdir docs/esp-wifi && mkdir docs/esp-lp-hal
|
run: mkdir docs && mkdir docs/esp-hal && mkdir docs/esp-wifi && mkdir docs/esp-lp-hal
|
||||||
- name: Download all docs
|
- name: Download all docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user