diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-06 22:15:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-06 22:15:14 (GMT) |
commit | 493167ef624bafd23760181a1fd7f57cb20c44b4 (patch) | |
tree | 9b00ad65c5e70f729e872ea5b27643dc8ff5fee1 /.github | |
parent | 5f4f2011fc016df186b9b74f45d67b53d139fb2f (diff) | |
download | tk-493167ef624bafd23760181a1fd7f57cb20c44b4.zip tk-493167ef624bafd23760181a1fd7f57cb20c44b4.tar.gz tk-493167ef624bafd23760181a1fd7f57cb20c44b4.tar.bz2 |
Don't know how to activate ICU on MacOS with XQuarz
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 84db034..8c91ad8 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -84,7 +84,6 @@ jobs: - name: Add X11 (if required) if: ${{ env.USE_XVFB == 'true' }} run: | - brew install icu4c brew install --cask xquartz sudo /opt/X11/libexec/privileged_startx || true working-directory: . |