File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- image : Visual Studio 2015
1+ image : Visual Studio 2022
22
33environment :
44 global :
@@ -15,10 +15,10 @@ environment:
1515 CHANNEL : stable
1616
1717# Install Rust and Cargo
18- # (Based on from https://github.com/rust-lang/libc/blob/master /appveyor.yml)
18+ # (Based on from https://github.com/rust-lang/libc/blob/d03a1ff2dc55044f4ac919c2673608d65791efbe /appveyor.yml)
1919install :
20- - if "%TARGET%" == "i686-pc-windows-gnu" set PATH=C:\mingw-w64\i686-6.3 .0-posix-dwarf-rt_v5-rev1 \mingw32\bin;%PATH%
21- - if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=C:\mingw-w64\x86_64-6.3 .0-posix-seh-rt_v5-rev1 \mingw64\bin;%PATH%
20+ - if "%TARGET%" == "i686-pc-windows-gnu" set PATH=C:\mingw-w64\i686-8.1 .0-posix-dwarf-rt_v6-rev0 \mingw32\bin;%PATH%
21+ - if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=C:\mingw-w64\x86_64-8.1 .0-posix-seh-rt_v6-rev0 \mingw64\bin;%PATH%
2222 - curl -sSf -o rustup-init.exe https://win.rustup.rs
2323 - rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
2424 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
You can’t perform that action at this time.
0 commit comments