[appveyor] add delay before second try

pull/1555/head
R4SAS 4 years ago committed by GitHub
parent 208707c00b
commit 7d34f1e883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,6 +30,8 @@ install:
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc"
# update runtime
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
# Sleep for 5 seconds before next try?
- ping -n 5 127.0.0.1 > nul
# update packages and install required
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"

Loading…
Cancel
Save