From eb6fc6c140815b71990be7ec9c32a66574536170 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 11 Mar 2024 20:03:22 +0100 Subject: [PATCH] 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. --- .github/scripts/.Brewfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/.Brewfile b/.github/scripts/.Brewfile index 8368e3d2..4464254c 100644 --- a/.github/scripts/.Brewfile +++ b/.github/scripts/.Brewfile @@ -1,6 +1,5 @@ brew "ccache" brew "coreutils" brew "cmake" -brew "git" brew "jq" brew "xcbeautify"