Skip to content

Commit 75b9662

Browse files
committed
update pacman packages before running bundle install
freetds
1 parent aa66cdc commit 75b9662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ install:
2020
- ruby --version
2121
- gem --version
2222

23+
# update all packages on the system
24+
- pacman -Syu
25+
2326
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
2427
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
2528
# Set up project prerequisits

0 commit comments

Comments
 (0)