Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e9c874

Browse files
committed
Added full paths in readthedocs
1 parent 6643e56 commit 8e9c874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build:
1111
jobs:
1212
pre_build:
1313
- 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
14+
- export PATH="$HOME/.cargo/bin:$PATH"
15+
- ~/.cargo/bin/rustup toolchain install 1.87.0
16+
- ~/.cargo/bin/rustup default 1.87.0
1717
tools:
1818
python: "3"
1919
apt_packages:

0 commit comments

Comments
 (0)