Browse Source

appveyor: remove catgets before try update

pull/1109/head
R4SAS 6 years ago committed by GitHub
parent
commit
33cb96126a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      appveyor.yml

6
appveyor.yml

@ -17,10 +17,10 @@ environment: @@ -17,10 +17,10 @@ environment:
- MSYSTEM: MINGW32
install:
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc"
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -Syuu "
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc catgets"
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu "
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -Syuu"
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
- if "%MSYSTEM%" == "MINGW64" (
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc"

Loading…
Cancel
Save