File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ environment:
6
6
# - TARGET: i686-pc-windows-msvc
7
7
# - TARGET: x86_64-pc-windows-gnu
8
8
- TARGET : x86_64-pc-windows-msvc
9
- MSYS2_BITS : 64
10
9
11
10
install :
12
- - set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
13
11
- del rust-toolchain
14
12
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
15
13
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
16
14
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
17
- - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
18
15
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
19
16
- rustup-toolchain-install-master -f -n master
20
17
- rustup default master
You can’t perform that action at this time.
0 commit comments