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