Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
doron050 committed Jan 3, 2025
2 parents e9285df + 0e278bc commit 50b7d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
$PG_LIBDIR = & "$env:PROGRAMFILES/PostgreSQL/16/bin/pg_config.exe" --libdir
Add-Content -Path $env:GITHUB_PATH -Value $PG_BINDIR
Set-Content -Path $env:GITHUB_ENV -Value "PQ_LIB_DIR=$PG_LIBDIR"
Set-Content -Path $env:GITHUB_ENV -Value "PQ_LIB_DIR=${PG_LIBDIR}"
$PGDATA = "$env:RUNNER_TEMP/pgdata"
$PWFILE = "$env:RUNNER_TEMP/pwfile"
Expand Down

0 comments on commit 50b7d1c

Please sign in to comment.