Skip to content

Commit 975c96c

Browse files
committed
Add MinGW path to PATH
Hopefully this puts gcc in the PATH
1 parent 32a7d6b commit 975c96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ environment:
88
install:
99
- curl -sSf -o rustup-init.exe https://win.rustup.rs
1010
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
11-
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11+
- 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
1213
- rustc -Vv
1314
- cargo -V
1415

0 commit comments

Comments
 (0)