Skip to content

Commit dface78

Browse files
committed
ci: don't do 'brew install pkg-config' anymore
Assume it is installed by default
1 parent f39c5cf commit dface78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
run: |
6868
brew install \
6969
autoconf \
70-
ninja \
71-
pkg-config
70+
ninja
7271
7372
- name: Setup Intel oneAPI
7473
if: matrix.platform.intel

0 commit comments

Comments
 (0)