Skip to content

Commit 97a9332

Browse files
committed
Remove MinGW from CI
1 parent efeed9a commit 97a9332

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ environment:
66
#- TARGET: i686-pc-windows-msvc
77
#- TARGET: x86_64-pc-windows-gnu
88
- TARGET: x86_64-pc-windows-msvc
9-
MSYS2_BITS: 64
109

1110
install:
12-
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
1311
- del rust-toolchain
1412
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
1513
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1614
- 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
1815
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
1916
- rustup-toolchain-install-master -f -n master
2017
- rustup default master

0 commit comments

Comments
 (0)