We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7d6b commit 975c96cCopy full SHA for 975c96c
appveyor.yml
@@ -8,7 +8,8 @@ environment:
8
install:
9
- curl -sSf -o rustup-init.exe https://win.rustup.rs
10
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
11
- - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
+ - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
12
+ - gcc --version
13
- rustc -Vv
14
- cargo -V
15
0 commit comments