rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
606 stars 190 forks source link

Fix Appveyor builds by refreshing the package list #494

Closed bvogelzang closed 3 years ago

bvogelzang commented 3 years ago

Appveyor builds were breaking due to an error related to pacman when running bundle install:

warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
warning: database file for 'clang64' does not exist (use '-Sy' to download)
error: failed to prepare transaction (could not find database)

Running pacman --noconfirm -Sy to update the package list resolves this error and the builds pass successfully.