[ci] Another try on fixing mingw bots

Per https://github.com/Alexpux/MSYS2-packages/issues/163#issuecomment-73555971
This commit is contained in:
Ebrahim Byagowi 2018-09-29 01:57:50 +03:30 committed by GitHub
parent 7b68edf2ab
commit d4d261a977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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