CI: Skip updating of git binaries

This seems to break the CI step "Install macOS build requirements" as
python is attempted to be installed as a dependency of git for which a
symlink cannot be created successfully.
This commit is contained in:
WarmUpTill 2024-03-11 20:03:22 +01:00 committed by WarmUpTill
parent 2710406f5f
commit eb6fc6c140

View File

@ -1,6 +1,5 @@
brew "ccache"
brew "coreutils"
brew "cmake"
brew "git"
brew "jq"
brew "xcbeautify"