[ci] Trying to fix mingw bot

As https://github.com/Alexpux/MSYS2-packages/issues/702
pull/1197/merge
Ebrahim Byagowi 7 years ago committed by GitHub
parent 33231a855f
commit d289d63818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      appveyor.yml

@ -29,7 +29,7 @@ environment:
MSYS2_ARCH: i686
install:
- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman -Syu --noconfirm"'
- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --force -Syu --noconfirm"'
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-ragel"
build_script:

Loading…
Cancel
Save