Skip to content

Commit

Permalink
Revert upgarding git
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Jan 5, 2024
1 parent 01f6632 commit 44126df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function bake_llvm_base_aarch64() {

# Git
source $SCRIPTPATH/install_git.sh
install_git "2.43.0"
install_git "2.40.1"

# Go
source $SCRIPTPATH/install_go.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function bake_llvm_base_amd64() {

# Git
source $SCRIPTPATH/install_git.sh
install_git "2.43.0"
install_git "2.40.1"

# Go
source $SCRIPTPATH/install_go.sh
Expand Down

0 comments on commit 44126df

Please sign in to comment.