Browse Source

[appveyor] suppress error code

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

2
appveyor.yml

@ -31,7 +31,7 @@ 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 /IM gpg.exe /IM gpg-agent.exe - taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe | exit /B 0
# For debug purposes # For debug purposes
- tasklist - tasklist
# update packages and install required # update packages and install required

Loading…
Cancel
Save