mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42: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
|
#!/bin/sh -ex
|
||||||
|
|
||||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
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
|
brew install -f --overwrite nasm ninja git p7zip ccache pipenv #create-dmg
|
||||||
|
|
||||||
#/usr/sbin/softwareupdate --install-rosetta --agree-to-license
|
#/usr/sbin/softwareupdate --install-rosetta --agree-to-license
|
||||||
|
Loading…
Reference in New Issue
Block a user