Skip to content

Commit 7b9d190

Browse files
committed
wip-4
1 parent 1655c0a commit 7b9d190

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
PG_BRANCH: ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
2626

2727
steps:
28-
29-
- name: Get Postgres sources
30-
uses: actions/checkout@v3
31-
with:
32-
repository: postgres/postgres
33-
ref: ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
34-
path: postgres
35-
3628
# Checkout shared_ispell
3729
- name: Checkout shared_ispell
3830
uses: actions/checkout@v3
@@ -51,12 +43,6 @@ jobs:
5143
- name: Build (automake)
5244
if: matrix.build == 'automake'
5345
run: |
54-
cd postgres
55-
make -C src install DESTDIR=$HOME/pgsql
56-
export PG_CONFIG=$HOME/pgsql/usr/local/bin/pg_config
57-
cd $GITHUB_WORKSPACE
58-
59-
# Now build the extension
6046
make USE_PGXS=1
6147
make USE_PGXS=1 install
6248

0 commit comments

Comments
 (0)