Move brew repair and update to architecture-independent script

It installs things now, so these commands are useful.
This commit is contained in:
AnyOldName3 2025-09-12 18:09:12 +01:00
parent aa5510fb46
commit fe97e3c888
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh -ex
brew tap --repair
brew update --quiet
if [[ "${MACOS_AMD64}" ]]; then
./CI/macos/before_install.amd64.sh
else

View File

@ -1,8 +1,5 @@
#!/bin/sh -ex
brew tap --repair
brew update --quiet
command -v qmake >/dev/null 2>&1 && qmake -v | grep -F "Using Qt version 6." >/dev/null || brew install qt@6
brew install curl xquartz gd fontconfig freetype harfbuzz brotli openal-soft icu4c yaml-cpp sqlite