diff --git a/.github/workflows/postgresql-16-src-make-macos.yml b/.github/workflows/postgresql-16-src-make-macos.yml index f66e590b..61ad07a6 100644 --- a/.github/workflows/postgresql-16-src-make-macos.yml +++ b/.github/workflows/postgresql-16-src-make-macos.yml @@ -26,9 +26,9 @@ jobs: - name: Build postgres run: | - export LDFLAGS="-L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib" - export CPPFLAGS="-I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include" - export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig" + export LDFLAGS="-L/usr/local/opt/openssl/lib" + export CPPFLAGS="-I/usr/local/opt/openssl/include" + export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" ./configure --with-openssl --enable-tap-tests=no --prefix=$HOME/postgres make -j sudo make install