Thanks to visit codestin.com Credit goes to github.com
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 6643e56 commit 8e9c874Copy full SHA for 8e9c874
.readthedocs.yml
@@ -11,9 +11,9 @@ build:
11
jobs:
12
pre_build:
13
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
14
- - . ~/.cargo/env
15
- - rustup toolchain install 1.87.0
16
- - rustup default 1.87.0
+ - export PATH="$HOME/.cargo/bin:$PATH"
+ - ~/.cargo/bin/rustup toolchain install 1.87.0
+ - ~/.cargo/bin/rustup default 1.87.0
17
tools:
18
python: "3"
19
apt_packages:
0 commit comments