We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb4cba commit 08077d7Copy full SHA for 08077d7
.appveyor.yml
@@ -18,8 +18,6 @@ build_script:
18
- set
19
- set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
20
- set CHERE_INVOKING=yes
21
- # remove precisely conflicting packages
22
- - bash -lc "pacman --noconfirm --ask 20 --remove mingw-w64-x86_64-gcc-ada mingw-w64-x86_64-gcc-objc mingw-w64-i686-gcc-ada mingw-w64-i686-gcc-objc"
23
# workaround updating msys2-runtime breaks all programs until last one exited
24
- bash -lc "pacman -Syuu --noconfirm"
25
- Powershell.exe "Stop-Process -name dirmngr -Erroraction silentlycontinue; echo killing_dirmng"
0 commit comments