Skip to content

Commit df741b3

Browse files
committed
fix: cd
1 parent a8ac8df commit df741b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/setup-postgres/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ runs:
8989
cd pglinter
9090
9191
# Install using pgrx
92+
# Ensure macOS linker allows unresolved PostgreSQL symbols at link time.
93+
export RUSTFLAGS="${RUSTFLAGS:-} -C link-arg=-Wl,-undefined,dynamic_lookup"
9294
cargo pgrx install --pg-config $(which pg_config) --release --target "${HOST_TARGET}"
9395
9496
# Verify installation

0 commit comments

Comments
 (0)