diff --git a/.github/workflows/postgresql-16-src-make-macos.yml b/.github/workflows/postgresql-16-src-make-macos.yml index dcea2ed1..a720d27c 100644 --- a/.github/workflows/postgresql-16-src-make-macos.yml +++ b/.github/workflows/postgresql-16-src-make-macos.yml @@ -10,6 +10,9 @@ jobs: run: | brew install make autoconf curl json-c gettext icu4c + - name: Debug + run : brew info icu4c + - name: Clone postgres repository uses: actions/checkout@v4 with: