Skip to content

Commit 5d99429

Browse files
committed
ci wobble
1 parent ff50479 commit 5d99429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-linux-glibc-2-17.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
wget https://www.kernel.org/pub/software/scm/git/git-2.9.3.tar.gz
4141
tar xzf git-2.9.3.tar.gz
4242
cd git-2.9.3
43+
mkdir -p /usr/local/git
4344
make prefix=/usr/local/git all -j$(nproc)
4445
make prefix=/usr/local/git install -j$(nproc)
4546
export PATH=$PATH:/usr/local/git/bin

0 commit comments

Comments
 (0)