Skip to content

Commit 5b95402

Browse files
author
phlummox
committed
need recent git else repo is not cloned properly - actions/checkout#363
1 parent c1d4336 commit 5b95402

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,17 @@ jobs:
3636
bzip2 \
3737
ca-certificates \
3838
curl \
39-
git \
4039
make \
4140
software-properties-common \
4241
sudo \
4342
time \
4443
wget
4544
45+
add-apt-repository ppa:git-core/ppa
46+
apt-get update
47+
apt-get install git
48+
49+
4650
msg="[+] INSTALLED APT PACKAGES"
4751
printf "%s\n" "${msg}"
4852
printf "%s\n" "${msg}" >&2

0 commit comments

Comments
 (0)