Mercurial > hg > monetdb-perl
changeset 38:5ce37dec133b
Also install DBI
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 17 Dec 2020 14:13:45 +0100 (2020-12-17) |
parents | c436b5131196 |
children | d70e15f7be41 |
files | .github/workflows/runtests.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -16,7 +16,7 @@ jobs: set -x -e lsb_release -c -s sudo apt-get update -qq - sudo apt-get install -qqy software-properties-common curl make + sudo apt-get install -qqy software-properties-common curl make libdbi-perl curl -s https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add - sudo add-apt-repository "deb http://dev.monetdb.org/downloads/deb/ $(lsb_release -c -s) monetdb" sudo apt-get update -qq