macOS CI: Don't upgrade installed dependents

This should speed up builds, and possibly prevent conflicts.
This commit is contained in:
nastys 2024-03-06 15:05:21 +01:00 committed by Elad.Ash
parent b64b98490e
commit 7febbdf52b

View file

@ -1,6 +1,7 @@
#!/bin/sh -ex
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install -f --overwrite nasm ninja git p7zip ccache pipenv #create-dmg
#/usr/sbin/softwareupdate --install-rosetta --agree-to-license