Skip to content

Commit 7c9a51f

Browse files
committed
ci: update windows appveyor toolchain
1 parent 74ccb09 commit 7c9a51f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2015
1+
image: Visual Studio 2022
22

33
environment:
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)
1919
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%
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

0 commit comments

Comments
 (0)