File tree 1 file changed +4
-4
lines changed
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
2
2
3
3
environment :
4
4
global :
@@ -15,10 +15,10 @@ environment:
15
15
CHANNEL : stable
16
16
17
17
# 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)
19
19
install :
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%
22
22
- curl -sSf -o rustup-init.exe https://win.rustup.rs
23
23
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
24
24
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
You can’t perform that action at this time.
0 commit comments