mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
[appveyor] kill gpg
This commit is contained in:
parent
221b7cbf76
commit
beb5d26e6d
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ install:
|
||||||
# update runtime
|
# update runtime
|
||||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
||||||
# Kill bash before next try
|
# 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
|
# update packages and install required
|
||||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"
|
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue