Skip to content

Commit cced06f

Browse files
authored
Install git in ci
1 parent 054c34f commit cced06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: |
4444
SYSTEM=$(build/bin/sage-guess-package-system)
4545
if [ "$SYSTEM" = "fedora" ]; then
46+
dnf install git
47+
4648
# Need to use --setopt=tsflags="" to avoid errors with gphelp
4749
dnf install -y pari-gp --setopt=tsflags=""
4850

0 commit comments

Comments
 (0)