mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Install pkg-config explicitly in macOS action
This commit is contained in:
parent
9849b7adb6
commit
1cf50f95ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
- name: First set up.
|
- name: First set up.
|
||||||
run: |
|
run: |
|
||||||
sudo chown -R `whoami`:admin /usr/local/share
|
sudo chown -R `whoami`:admin /usr/local/share
|
||||||
brew install automake ninja
|
brew install automake ninja pkg-config
|
||||||
|
|
||||||
# Disable spotlight.
|
# Disable spotlight.
|
||||||
sudo mdutil -a -i off
|
sudo mdutil -a -i off
|
||||||
|
|
Loading…
Add table
Reference in a new issue