2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Install pkg-config explicitly in macOS action

This commit is contained in:
Ilya Fedin
2023-02-20 13:01:07 +04:00
committed by John Preston
parent 9849b7adb6
commit 1cf50f95ac

View File

@@ -64,7 +64,7 @@ jobs:
- name: First set up.
run: |
sudo chown -R `whoami`:admin /usr/local/share
brew install automake ninja
brew install automake ninja pkg-config
# Disable spotlight.
sudo mdutil -a -i off