diff --git a/.appveyor.yml b/.appveyor.yml index 9469bf7a6..8c2af5ec1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ install: - ps: $psversiontable build_script: - - bash.exe -elc "mingw32-make" + - bash.exe -elc "mingw32-make.exe" test_script: - - bash.exe -elc "mingw32-make test" + - bash.exe -elc "mingw32-make.exe test"