mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[macOS] Install git 2.35.1 for macOS (#5415)
This commit is contained in:
committed by
GitHub
parent
6645a9fa93
commit
a7e8bf34bc
@@ -2,7 +2,11 @@
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo Installing Git...
|
||||
brew_smart_install "git"
|
||||
# Temporary hardcode version 2.35.1 due to the issue with the actions\checkout https://github.com/actions/checkout/issues/76
|
||||
brew tap-new local/git
|
||||
brew extract --version=2.35.1 git local/git
|
||||
brew install git@2.35.1
|
||||
brew untap -f local/homebrew-git
|
||||
|
||||
echo Installing Git LFS
|
||||
brew_smart_install "git-lfs"
|
||||
|
||||
Reference in New Issue
Block a user