Skip to content

Commit 67f48bc

Browse files
committed
use yes
1 parent e20f277 commit 67f48bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- gem --version
2222

2323
# update all packages on the system
24-
- yes | c:/msys64/usr/bin/pacman -Syu --noconfirm
24+
- C:\msys64\usr\bin\bash -lc "yes | pacman -Syuu"
2525

2626
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
2727
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a

0 commit comments

Comments
 (0)