Skip to content

Commit

Permalink
Merge pull request #493 from dveeden/ci_pgsql
Browse files Browse the repository at this point in the history
CI: Also build with PostgreSQL support
  • Loading branch information
akopytov authored Jul 9, 2023
2 parents b72e466 + ec457a3 commit d052b73
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 d052b73

Please sign in to comment.