We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfa8ec commit 4ec4e6cCopy full SHA for 4ec4e6c
.github/workflows/documentation.yml
@@ -43,6 +43,10 @@ jobs:
43
ldproxy: false
44
version: 1.85.0.0
45
46
+ # xtensa-toolchain installs rustup and a basic toolchain, but doesn't install rust-src
47
+ - name: rust-src
48
+ run: rustup component add rust-src --toolchain nightly
49
+
50
# TODO: we could build this once and download onto each runner
51
# Build the `xtask` package using the latest commit, and copy the
52
# resulting binary to the `~/.cargo/bin/` directory. We do this to
@@ -87,7 +91,6 @@ jobs:
87
91
- uses: dtolnay/rust-toolchain@v1
88
92
with:
89
93
toolchain: stable
90
- components: rust-src
94
- name: Prepare
95
run: mkdir docs && mkdir docs/esp-hal && mkdir docs/esp-wifi && mkdir docs/esp-lp-hal
96
- name: Download all docs
0 commit comments