Skip to content

Commit be5bb75

Browse files
committed
test fix appveyor. Part 12
1 parent 8298c7e commit be5bb75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ install:
2929
}
3030
build_script:
3131
- git submodule update --init --recursive
32+
- ECHO %PATH%
3233
- if [%tbs_tools%]==[mingw] (
33-
ECHO %PATH% &&
3434
SET "PATH=C:\mingw\bin;%PATH%" &&
35-
ECHO %PATH% &&
3635
MKDIR bin &&
3736
CD bin &&
3837
cmake .. -G "MinGW Makefiles"&&

0 commit comments

Comments
 (0)