We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164bf74 commit 63afd0aCopy full SHA for 63afd0a
appveyor.yml
@@ -141,8 +141,7 @@ install:
141
- 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'
142
# update core files
143
- cmd /c "pacman --verbose --noconfirm -Syuu" #update core files
144
- - tasklist /v
145
- - taskkill /im gpg-agent.exe /f /t
+ - cmd /c "taskkill /im gpg-agent.exe /f /t"
146
# proceed normally
147
- 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"
148
- unzip tests_qrs.zip
0 commit comments