We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20f277 commit 67f48bcCopy full SHA for 67f48bc
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
- gem --version
22
23
# update all packages on the system
24
- - yes | c:/msys64/usr/bin/pacman -Syu --noconfirm
+ - C:\msys64\usr\bin\bash -lc "yes | pacman -Syuu"
25
26
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
27
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
0 commit comments