We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62ca77 commit eb8774cCopy full SHA for eb8774c
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Install dependencies
64
shell: bash
65
run: |
66
- arch -arm64 /usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
+ brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2 || true
67
- name: Install Rust toolchain
68
uses: actions-rs/toolchain@v1
69
with:
0 commit comments