Skip to content

Commit e2a4c72

Browse files
committed
test fix appveyor. Part 15
1 parent 976e17d commit e2a4c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build_script:
3131
- git submodule update --init --recursive
3232
- ECHO %PATH%
3333
- if [%tbs_tools%]==[mingw] (
34-
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
34+
SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%" &&
3535
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
3636
MKDIR bin &&
3737
CD bin &&

0 commit comments

Comments
 (0)