Skip to content

Commit 5ec5f83

Browse files
committed
Make sure $pgConfig is not empty
For this workflow, using the runner-supplied PG, it can just be pg_config and rely on the PATH. Which would be the default if it were not supplied, but more of the script would have to be touched to remove uses of the variable than just to set it to pg_config.
1 parent 9a464d7 commit 5ec5f83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-runnerpg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- name: Install and test PL/Java
5656
working-directory: pljava
5757
run: |
58+
pgConfig=pg_config # runner-supplied, just get it from the PATH
59+
5860
packageJar=$(find pljava-packaging -name pljava-pg*.jar -print)
5961
6062
mavenRepo="$HOME/.m2/repository"

0 commit comments

Comments
 (0)