CI: Add workaround to current GHA issues around Homebrew git
GitHub's macOS runners seem to use a specifically pinned `git` version
installed via Homebrew. This breaks the install step of `brew bundle`.
Unlinking the pinned version allows this step to complete successfully.