Skip to content

Commit 976e17d

Browse files
committed
test fix appveyor. Part 14
1 parent 88db5b3 commit 976e17d

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
@@ -32,7 +32,7 @@ build_script:
3232
- ECHO %PATH%
3333
- if [%tbs_tools%]==[mingw] (
3434
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
35-
SET PATH=%PATH:C:\Program Files\Git\usr\bin=% &&
35+
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
3636
MKDIR bin &&
3737
CD bin &&
3838
cmake .. -G "MinGW Makefiles"&&

0 commit comments

Comments
 (0)