Skip to content

Commit 63afd0a

Browse files
committed
AppVeyor: do not fail on taskkill
1 parent 164bf74 commit 63afd0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ install:
141141
- pacman --noconfirm -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz || bash -lc 'pacman --noconfirm -U --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz'
142142
# update core files
143143
- cmd /c "pacman --verbose --noconfirm -Syuu" #update core files
144-
- tasklist /v
145-
- taskkill /im gpg-agent.exe /f /t
144+
- cmd /c "taskkill /im gpg-agent.exe /f /t"
146145
# proceed normally
147146
- cmd /c "pacman --verbose --noconfirm -S ccache rsync unzip sshpass mingw%ARCH%/mingw-w64-%PLATFORM%-libusb mingw%ARCH%/mingw-w64-%PLATFORM%-zlib mingw%ARCH%/mingw-w64-%PLATFORM%-pkg-config"
148147
- unzip tests_qrs.zip

0 commit comments

Comments
 (0)