Skip to content

Commit

Permalink
Revert "bump git"
Browse files Browse the repository at this point in the history
This reverts commit 9774c73.
  • Loading branch information
andreineculau committed Jul 26, 2024
1 parent c3a92c1 commit 477eb65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
apt-get -y install wget
apt-get -y install libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext cmake gcc
cd /usr/src/
wget https://github.com/git/git/archive/v2.45.2.tar.gz -O git.tar.gz
wget https://github.com/git/git/archive/v2.18.0.tar.gz -O git.tar.gz
tar -xf git.tar.gz
(
cd git-*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apt-get -y update
apt-get -y install wget
apt-get -y install libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext cmake gcc
cd /usr/src/
wget https://github.com/git/git/archive/v2.45.2.tar.gz -O git.tar.gz
wget https://github.com/git/git/archive/v2.18.0.tar.gz -O git.tar.gz
tar -xf git.tar.gz
(
cd git-*
Expand Down

0 comments on commit 477eb65

Please sign in to comment.