aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/ci/doc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index ed3036f2f..fbed2752a 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -8,6 +8,7 @@ export CARGO_HOME=/ci/cache/cargo
8export CARGO_TARGET_DIR=/ci/cache/target 8export CARGO_TARGET_DIR=/ci/cache/target
9export BUILDER_THREADS=4 9export BUILDER_THREADS=4
10export BUILDER_COMPRESS=true 10export BUILDER_COMPRESS=true
11mv rust-toolchain-nightly.toml rust-toolchain.toml
11 12
12# force rustup to download the toolchain before starting building. 13# force rustup to download the toolchain before starting building.
13# Otherwise, the docs builder is running multiple instances of cargo rustdoc concurrently. 14# Otherwise, the docs builder is running multiple instances of cargo rustdoc concurrently.