mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
ci: use nightly for building docs.
This commit is contained in:
parent
89b7245da3
commit
92758c3119
1
.github/ci/doc.sh
vendored
1
.github/ci/doc.sh
vendored
@ -8,6 +8,7 @@ export CARGO_HOME=/ci/cache/cargo
|
||||
export CARGO_TARGET_DIR=/ci/cache/target
|
||||
export BUILDER_THREADS=4
|
||||
export BUILDER_COMPRESS=true
|
||||
mv rust-toolchain-nightly.toml rust-toolchain.toml
|
||||
|
||||
# force rustup to download the toolchain before starting building.
|
||||
# Otherwise, the docs builder is running multiple instances of cargo rustdoc concurrently.
|
||||
|
Loading…
Reference in New Issue
Block a user