File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 shell : bash
2626 run : |
27- alias brew_arm="arch -arm64 /opt/homebrew/bin/brew"
28- alias brew_x86="arch -x86_64 /usr/local/bin/brew"
29- brew_x86 install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
27+ arch -x86_64 /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
3028 # install meson and nija with --break-system-packages
3129 - name : Install Rust toolchain
3230 uses : actions-rs/toolchain@v1
6361 - name : Install dependencies
6462 shell : bash
6563 run : |
66- alias brew_arm="arch -arm64 /opt/homebrew/bin/brew"
67- alias brew_x86="arch -x86_64 /usr/local/bin/brew"
68- brew_arm install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
64+ arch -arm64 /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
6965 - name : Install Rust toolchain
7066 uses : actions-rs/toolchain@v1
7167 with :
You can’t perform that action at this time.
0 commit comments