mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +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
|
||||
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
|
||||
# Build the `xtask` package using the latest commit, and copy the
|
||||
# resulting binary to the `~/.cargo/bin/` directory. We do this to
|
||||
@ -87,7 +91,6 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rust-src
|
||||
- name: Prepare
|
||||
run: mkdir docs && mkdir docs/esp-hal && mkdir docs/esp-wifi && mkdir docs/esp-lp-hal
|
||||
- name: Download all docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user