[appveyor] kill gpg

pull/1555/head
R4SAS 4 years ago committed by GitHub
parent 221b7cbf76
commit beb5d26e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save