Open pjones opened 4 years ago
I removed this from the CI config because it didn't work:
- name: Install macOS Dependencies
if: matrix.os == 'macOS-latest'
run: |
echo 'LDFLAGS="-L/usr/local/opt/icu4c/lib"' >> $GITHUB_ENV
echo 'CPPFLAGS="-I/usr/local/opt/icu4c/include"' >> $GITHUB_ENV
echo 'PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"' >> $GITHUB_ENV
Addy works on macOS, but needs ICU libraries for the
text-icu
package to build. I don't know how to get this working on macOS.