mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[appveyor] kill gpg
This commit is contained in:
parent
221b7cbf76
commit
beb5d26e6d
|
@ -31,7 +31,9 @@ install:
|
|||
# update runtime
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
||||
# Kill bash before next try
|
||||
- taskkill /T /F /IM bash.exe
|
||||
- taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe
|
||||
# For debug purposes
|
||||
- tasklist
|
||||
# update packages and install required
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue