Skip to content

Commit eedf76f

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

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
@@ -65,8 +65,7 @@ jobs:
6565
run: |
6666
brew install \
6767
autoconf \
68-
ninja \
69-
pkg-config
68+
ninja
7069
7170
- name: Setup Intel oneAPI
7271
if: matrix.platform.intel

0 commit comments

Comments
 (0)