mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
[appveyor] kill bash before second try
Ok, just waiting for bash termination doesn't works, so lets kill it.
This commit is contained in:
parent
7d34f1e883
commit
221b7cbf76
@ -30,8 +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
|
||||
# Kill bash before next try
|
||||
- taskkill /T /F /IM bash.exe
|
||||
# update packages and install required
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user