File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments