mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-07 21:25:03 -05:00
It still fails! *Still!* Even after upgrading the cask's definition in the PR https://github.com/Homebrew/homebrew-cask/pull/70981 does it fail. The explanation is, as Gábor Szeder dug out from the commit history: the local definitions might get stale and need to be updated. So let's just update them in case `brew cask install perforce` fails, and just try again! This will still fail, of course, when `homebrew-cask` falls behind Perforce's release schedule. But once it is updated, we can now simply re-run the failed jobs and they will pick up that update. As to updating `homebrew-cask`: I started automating this, via https://dev.azure.com/gitgitgadget/git/_build?definitionId=11&_a=summary (I plan on finishing it once the next Perforce upgrade comes around.) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>