mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix macOS GH action
This commit is contained in:
parent
c0b612c457
commit
e044753934
1 changed files with 4 additions and 1 deletions
5
.github/workflows/mac.yml
vendored
5
.github/workflows/mac.yml
vendored
|
@ -64,7 +64,10 @@ jobs:
|
|||
- name: First set up.
|
||||
run: |
|
||||
sudo chown -R `whoami`:admin /usr/local/share
|
||||
brew install automake ninja pkg-config nasm meson
|
||||
|
||||
brew update
|
||||
brew upgrade || true
|
||||
brew install automake meson nasm ninja pkg-config
|
||||
|
||||
# Disable spotlight.
|
||||
sudo mdutil -a -i off
|
||||
|
|
Loading…
Add table
Reference in a new issue