Skip to content

Commit 924b61b

Browse files
committed
Upgrade git to 2.49.1 / 2.51.0 on windows for smaller size
1 parent fc2d52b commit 924b61b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: knicknic/os-specific-run@v1.0.3
6464
with:
6565
linux: |
66-
git clone https://github.com/git/git.git --branch v2.49.0 --depth 1
66+
git clone https://github.com/git/git.git --branch v2.49.1 --depth 1
6767
cd git
6868
cat > conanfile.txt <<CONANFILE
6969
[requires]
@@ -93,16 +93,16 @@ jobs:
9393
sudo chown -R $USER:$USER .
9494
macos: |
9595
brew install autoconf
96-
git clone https://github.com/git/git.git --branch v2.49.0 --depth 1
96+
git clone https://github.com/git/git.git --branch v2.49.1 --depth 1
9797
cd git
9898
make configure
9999
./configure --with-openssl --with-curl --with-expat --without-tcltk --prefix=/
100100
make -j$(sysctl -n hw.logicalcpu) RUNTIME_PREFIX=1 install DESTDIR=$PWD/dist
101101
windows: |
102-
curl -L -O https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/MinGit-2.49.0-64-bit.zip
102+
curl -L -O https://github.com/git-for-windows/git/releases/download/v2.51.0.windows.2/MinGit-2.51.0.2-busybox-64-bit.zip
103103
mkdir git
104104
cd git
105-
tar -xvf ..\MinGit-2.49.0-64-bit.zip
105+
tar -xvf ..\MinGit-2.51.0.2-busybox-64-bit.zip
106106
- name: Get adb
107107
uses: knicknic/os-specific-run@v1.0.3
108108
with:

0 commit comments

Comments
 (0)