Skip to content

Commit cef6625

Browse files
committed
wip ci
1 parent 92a4090 commit cef6625

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +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
28+
arch -x86_64 brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2
2929
- name: Verify pango installation
3030
shell: bash
3131
run: |
32-
arch -x86_64 /usr/local/bin/brew list pango
33-
arch -x86_64 /usr/local/bin/pkg-config --list-all | grep pango
32+
arch -x86_64 brew list pango
33+
arch -x86_64 pkg-config --list-all | grep pango
3434
# install meson and nija with --break-system-packages
3535
- name: Install Rust toolchain
3636
uses: actions-rs/toolchain@v1
@@ -68,12 +68,12 @@ jobs:
6868
- name: Install dependencies
6969
shell: bash
7070
run: |
71-
/usr/local/bin/brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2
71+
brew install cairo pango fontconfig pkg-config lzo libffi zlib bzip2 graphite2 libpng freetype harfbuzz pixman pcre2
7272
- name: Verify pango installation
7373
shell: bash
7474
run: |
75-
/usr/local/bin/brew list pango
76-
/usr/local/bin/pkg-config --list-all | grep pango
75+
brew list pango
76+
pkg-config --list-all | grep pango
7777
- name: Install Rust toolchain
7878
uses: actions-rs/toolchain@v1
7979
with:

0 commit comments

Comments
 (0)