Skip to content

Commit 8a083dd

Browse files
committed
ci
1 parent bbf3bc5 commit 8a083dd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
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
@@ -63,9 +61,7 @@ jobs:
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:

0 commit comments

Comments
 (0)