diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-25 02:34:47 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-26 16:38:31 +0100 |
commit | 54792b76766507f180711ae5368e46e66a614f8a (patch) | |
tree | 151a9bc813d678c576387b68c014b71339b2d22f | |
parent | Use fetch content compatible cmark version as bundled dep (diff) | |
download | nheko-54792b76766507f180711ae5368e46e66a614f8a.tar.xz |
Remove mingw from appveyor
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index b7183244..afdca703 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,7 @@ build: install: - set QT_DIR=C:\Qt\5.14\msvc2017_64 - - set PATH=%PATH%;%QT_DIR%\bin;C:\MinGW\bin - - set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev1\mingw64\bin + - set PATH=%PATH%;%QT_DIR%\bin - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" build_script: |