Skip to content

Commit d052b73

Browse files
authored
Merge pull request #493 from dveeden/ci_pgsql
CI: Also build with PostgreSQL support
2 parents b72e466 + ec457a3 commit d052b73

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)