Skip to content

Commit 938f4f8

Browse files
github action pg15/16/17 linux
1 parent 01c3a9f commit 938f4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
sudo apt-get install -y postgresql-server-dev-${{ matrix.pg_version }}
7878
7979
- name: Compile pg_fasttransfer for PG ${{ matrix.pg_version }}
80-
run: make USE_PGXS=1
80+
run: make USE_PGXS=1
8181

8282
- name: Create Release Archive for PG ${{ matrix.pg_version }}
8383
run: tar -czf pg_fasttransfer-linux-pg${{ matrix.pg_version }}.tar.gz pg_fasttransfer.so *.sql *.control

0 commit comments

Comments
 (0)