Skip to content

Commit e16fed7

Browse files
committed
[skip travis] don't upgrade
1 parent e635def commit e16fed7

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
@@ -33,7 +33,7 @@ install:
3333
# See https://github.com/msys2/MSYS2-packages/issues/258
3434
- powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
3535
# update packages one more time
36-
- C:\msys64\usr\bin\pacman --noconfirm -Syu
36+
- ridk exec bash -c "pacman -noconfirm -Sy"
3737
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
3838
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
3939
# Set up project prerequisits

0 commit comments

Comments
 (0)