Skip to content

Commit

Permalink
CI: Also build with PostgreSQL support
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed May 16, 2023
1 parent db694e7 commit ec457a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec457a3

Please sign in to comment.