mirror of https://github.com/xemu-project/xemu.git
ci: Disable homebrew fixups for now
This commit is contained in:
parent
7c35590be0
commit
110d971214
|
@ -147,16 +147,16 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
brew doctor || true
|
# brew doctor || true
|
||||||
brew update-reset
|
# brew update-reset
|
||||||
|
|
||||||
# Prevent updated packages from triggering PHP update
|
# # Prevent updated packages from triggering PHP update
|
||||||
brew uninstall php || true
|
# brew uninstall php || true
|
||||||
|
|
||||||
# Force update of Python, handle link issues
|
# # Force update of Python, handle link issues
|
||||||
brew uninstall --ignore-dependencies python || true
|
# brew uninstall --ignore-dependencies python || true
|
||||||
brew install python@3.9 || true
|
# brew install python@3.9 || true
|
||||||
brew link --overwrite python@3.9 || true
|
# brew link --overwrite python@3.9 || true
|
||||||
|
|
||||||
brew install \
|
brew install \
|
||||||
ccache \
|
ccache \
|
||||||
|
|
Loading…
Reference in New Issue