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 77341a3 commit 7e779cbCopy full SHA for 7e779cb
appveyor.yml
@@ -32,6 +32,8 @@ install:
32
# Kill all running msys2 binaries to avoid error "size of shared memory region changed".
33
# See https://github.com/msys2/MSYS2-packages/issues/258
34
- powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
35
+ # refresh the package list to avoid "error: failed to prepare transaction (could not find database)"
36
+ - 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