Skip to content

Commit ec457a3

Browse files
committed
CI: Also build with PostgreSQL support
1 parent db694e7 commit ec457a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Autogen
1515
run: ./autogen.sh
1616
- name: Configure
17-
run: ./configure
17+
run: ./configure --with-mysql --with-pgsql
1818
- name: Build
1919
run: make
2020
- name: MySQL version

0 commit comments

Comments
 (0)