Skip to content

Commit

Permalink
ci wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jul 9, 2024
1 parent ff50479 commit 5d99429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-linux-glibc-2-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
wget https://www.kernel.org/pub/software/scm/git/git-2.9.3.tar.gz
tar xzf git-2.9.3.tar.gz
cd git-2.9.3
mkdir -p /usr/local/git
make prefix=/usr/local/git all -j$(nproc)
make prefix=/usr/local/git install -j$(nproc)
export PATH=$PATH:/usr/local/git/bin
Expand Down

0 comments on commit 5d99429

Please sign in to comment.