We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff50479 commit 5d99429Copy full SHA for 5d99429
.github/workflows/release-linux-glibc-2-17.yml
@@ -40,6 +40,7 @@ jobs:
40
wget https://www.kernel.org/pub/software/scm/git/git-2.9.3.tar.gz
41
tar xzf git-2.9.3.tar.gz
42
cd git-2.9.3
43
+ mkdir -p /usr/local/git
44
make prefix=/usr/local/git all -j$(nproc)
45
make prefix=/usr/local/git install -j$(nproc)
46
export PATH=$PATH:/usr/local/git/bin
0 commit comments