We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1655c0a commit 7b9d190Copy full SHA for 7b9d190
1 file changed
.github/workflows/test.yml
@@ -25,14 +25,6 @@ jobs:
25
PG_BRANCH: ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
26
27
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
36
# Checkout shared_ispell
37
- name: Checkout shared_ispell
38
uses: actions/checkout@v3
@@ -51,12 +43,6 @@ jobs:
51
43
- name: Build (automake)
52
44
if: matrix.build == 'automake'
53
45
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
60
46
make USE_PGXS=1
61
47
make USE_PGXS=1 install
62
48
0 commit comments