Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 22, 2024
1 parent 8c20aa1 commit fb774d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build postgres
run: |
PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig"
export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig"
./configure --with-openssl --enable-tap-tests=no --prefix=$HOME/postgres
make -j
sudo make install
Expand Down

0 comments on commit fb774d1

Please sign in to comment.