File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : configure - macos
3838 if : ${{ matrix.os == 'macos-latest' }}
3939 run : |
40- export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
40+ brew install icu4c
41+ export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig
4142 ./configure \
4243 --enable-cassert --enable-debug --enable-rpath --with-tcl \
4344 --with-python --with-pam --with-ldap --with-libedit-preferred \
Original file line number Diff line number Diff line change 4141 - name : configure - macos
4242 if : ${{ matrix.os == 'macos-latest' }}
4343 run : |
44- export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
44+ brew install icu4c
45+ export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig
4546 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
4647 ./cpanm --sudo IPC::Run && \
4748 ./configure \
Original file line number Diff line number Diff line change 4141 - name : configure - macos
4242 if : ${{ matrix.os == 'macos-latest' }}
4343 run : |
44- export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
44+ brew install icu4c
45+ export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig
4546 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
4647 ./cpanm --sudo IPC::Run && \
4748 ./configure \
Original file line number Diff line number Diff line change 4141 - name : configure - macos
4242 if : ${{ matrix.os == 'macos-latest' }}
4343 run : |
44- export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
44+ brew install icu4c
45+ export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig
4546 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
4647 ./cpanm --sudo IPC::Run && \
4748 ./configure \
You can’t perform that action at this time.
0 commit comments