Skip to content

Commit 92a4090

Browse files
committed
ci wip
1 parent eb8774c commit 92a4090

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
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
@@ -63,7 +68,12 @@ jobs:
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:

0 commit comments

Comments
 (0)