appveyor: fix mingw build (#4303)
* Try to manually overwrite * Update appveyor.yml * Update appveyor.yml * what about don't overwrite? * what if only syyu once? * still need to syyu twice it seems * add comment as well as trigger rebuild what happened to msvc * it seems that I can just remove the -Syy
This commit is contained in:
parent
794498c33e
commit
008242c5f3
|
@ -27,7 +27,6 @@ install:
|
|||
- ps: |
|
||||
if ($env:BUILD_TYPE -eq 'mingw') {
|
||||
$dependencies = "mingw64/mingw-w64-x86_64-qt5"
|
||||
C:\msys64\usr\bin\bash -lc "pacman -Syy"
|
||||
# redirect err to null to prevent warnings from becoming errors
|
||||
# workaround to prevent pacman from failing due to cyclical dependencies
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw64/mingw-w64-x86_64-freetype mingw64/mingw-w64-x86_64-fontconfig" 2> $null
|
||||
|
|
Reference in New Issue