Skip to content

Commit 7a7839d

Browse files
committed
ci typo
1 parent 48fe874 commit 7a7839d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ before_build:
2222
- cd bin
2323

2424
build_script:
25-
- cmd: cmake -G "MinGW Makefiles" ../src
26-
- sh: cmake ../src
25+
- cmd: cmake -G "MinGW Makefiles" ..
26+
- sh: cmake ..
2727

2828
- cmake --build .
2929

0 commit comments

Comments
 (0)