mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
macOS CI: Don't upgrade installed dependents
This should speed up builds, and possibly prevent conflicts.
This commit is contained in:
parent
b64b98490e
commit
7febbdf52b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user