Index: appveyor.yml =================================================================== diff -u -rd7e28d2e1a3926cd1e66cd80b9527fd5f53014f2 -r65c4d97a0484ebf73fffc512c4ea08022ad03d12 --- appveyor.yml (.../appveyor.yml) (revision d7e28d2e1a3926cd1e66cd80b9527fd5f53014f2) +++ appveyor.yml (.../appveyor.yml) (revision 65c4d97a0484ebf73fffc512c4ea08022ad03d12) @@ -21,8 +21,8 @@ - appveyor DownloadFile "%TCLKIT_URL%" -FileName "%TCLKIT%" - set CHERE_INVOKING=1 # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - - set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;C:\msys64\usr\bin;%PATH% - - bash -lc "echo \"export PATH=/c/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin:$PATH\" >> ~/.bash_profile" + - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% + - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:$PATH\" >> ~/.bash_profile" # - pacman -S --noconfirm --needed make build_script: