Skip to content

Commit

Permalink
Try fixing build on older PostgreSQL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IgKh committed Jul 6, 2022
1 parent 4cdf78a commit 475f49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Run regression tests
run: make installcheck REGRESS_OPTS="--user postgres"

- name: Save regression results for ${{ matrix.tag }}
- name: Save regression results
if: failure()
uses: actions/upload-artifact@v3
with:
name: results
name: regression-${{ matrix.tag }}
path: regression.*
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MODULES = dict_hspell
PG_LDFLAGS = -lhspell
MODULE_big = dict_hspell
OBJS = dict_hspell.o

SHLIB_LINK = -lhspell

EXTENSION = pg_hspell
DATA = pg_hspell--1.0.sql
Expand Down

0 comments on commit 475f49d

Please sign in to comment.