Skip to content

Commit

Permalink
test fix appveyor. Part 15
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent 976e17d commit e2a4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_script:
- git submodule update --init --recursive
- ECHO %PATH%
- if [%tbs_tools%]==[mingw] (
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%" &&
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
MKDIR bin &&
CD bin &&
Expand Down

0 comments on commit e2a4c72

Please sign in to comment.