From ec457a3625ee5bb913e78a4684d7c29abdb1c165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 16 May 2023 08:42:00 +0200 Subject: [PATCH] CI: Also build with PostgreSQL support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c149cb04..37a0c3cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Autogen run: ./autogen.sh - name: Configure - run: ./configure + run: ./configure --with-mysql --with-pgsql - name: Build run: make - name: MySQL version