diff --git a/appveyor.yml b/appveyor.yml index 8f53176554..f639c62bf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ platform: - x64 build_script: - - SET PATH=C:\msys64\usr\bin\;%PATH% + - SET PATH=C:\msys64\mingw64\bin;%PATH% - git clone -q --depth 1 git://github.com/nim-lang/csources.git csources - cd csources - build.bat