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 e16fed7 commit a6d7075Copy full SHA for a6d7075
appveyor.yml
@@ -33,7 +33,7 @@ install:
33
# See https://github.com/msys2/MSYS2-packages/issues/258
34
- powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
35
# update packages one more time
36
- - ridk exec bash -c "pacman -noconfirm -Sy"
+ - ridk exec bash -c "pacman --noconfirm -Sy"
37
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
38
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
39
# Set up project prerequisits
0 commit comments