Skip to content

Commit f592666

Browse files
committed
Install git for ubuntu 22.04
1 parent 29477fd commit f592666

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
# but we need the maxima help to be in place
4747
sed -i '/^NoExtract/d' /etc/pacman.conf
4848
fi
49+
if [ "${{ matrix.container }}" = "ubuntu:22.04" ]; then
50+
apt-get update
51+
apt-get install -y git
52+
fi
4953
5054
- name: Checkout code
5155
# cannot use v4 yet because of https://github.com/actions/checkout/issues/1487

0 commit comments

Comments
 (0)