[appveyor] kill gpg

This commit is contained in:
R4SAS 2020-09-28 04:44:18 +03:00 committed by GitHub
parent 221b7cbf76
commit beb5d26e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"