File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 shell : bash
2727 run : |
28- arch -x86_64 /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
28+ arch -x86_64 /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2
29+ - name : Verify pango installation
30+ shell : bash
31+ run : |
32+ arch -x86_64 /usr/local/bin/brew list pango
33+ arch -x86_64 /usr/local/bin/pkg-config --list-all | grep pango
2934 # install meson and nija with --break-system-packages
3035 - name : Install Rust toolchain
3136 uses : actions-rs/toolchain@v1
6368 - name : Install dependencies
6469 shell : bash
6570 run : |
66- brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
71+ /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2
72+ - name : Verify pango installation
73+ shell : bash
74+ run : |
75+ /usr/local/bin/brew list pango
76+ /usr/local/bin/pkg-config --list-all | grep pango
6777 - name : Install Rust toolchain
6878 uses : actions-rs/toolchain@v1
6979 with :
You can’t perform that action at this time.
0 commit comments