We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcde09 commit f65250eCopy full SHA for f65250e
1 file changed
.github/workflows/matrix.yml
@@ -20,8 +20,8 @@ jobs:
20
sudo apt-get build-dep git
21
git clone --depth=1 https://github.com/git/git
22
cd git
23
- git fetch --depth=1 origin fa383b96c7211a415152dffaf6b272bb09116f06
24
- git checkout fa383b96c7211a415152dffaf6b272bb09116f06
+ git fetch --depth=1 origin 22c9b6bd93ef8975deebd2a4439aa428ab22118b
+ git checkout 22c9b6bd93ef8975deebd2a4439aa428ab22118b
25
make -j 4
26
make install
27
cd ~
0 commit comments