Browse Source

[appveyor] remove tasklist print

pull/1555/head
R4SAS 4 years ago committed by GitHub
parent
commit
ac5a4fe70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      appveyor.yml

2
appveyor.yml

@ -32,8 +32,6 @@ install: @@ -32,8 +32,6 @@ install:
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
# Kill bash before next try
- taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe | exit /B 0
# For debug purposes
- tasklist
# update packages and install required
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"

Loading…
Cancel
Save