Index: appveyor.yml =================================================================== diff -u -r59986a2a523340a2ce74898e6fa97fa4c7a3e99d -rbd7209464f3488fd0b42a8846d126362e38e3d07 --- appveyor.yml (.../appveyor.yml) (revision 59986a2a523340a2ce74898e6fa97fa4c7a3e99d) +++ appveyor.yml (.../appveyor.yml) (revision bd7209464f3488fd0b42a8846d126362e38e3d07) @@ -23,7 +23,7 @@ # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - set PATH - - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:/c/msys64/usr/bin;\$PATH; export MSYSTEM=MINGW64; export MINGW_PREFIX=/c/msys64/mingw64; \" >> ~/.profile" + - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:/c/msys64/usr/bin:\$PATH; export MSYSTEM=MINGW64; export MINGW_PREFIX=/c/msys64/mingw64; \" >> ~/.profile" - bash -lc "echo $PATH" - sh -lc "echo $PATH" - bash -lc "less ~/.profile"