Skip to content

Commit e52e688

Browse files
authored
Fix git installation command in CI workflow
1 parent cced06f commit e52e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
SYSTEM=$(build/bin/sage-guess-package-system)
4545
if [ "$SYSTEM" = "fedora" ]; then
46-
dnf install git
46+
dnf install -y git
4747
4848
# Need to use --setopt=tsflags="" to avoid errors with gphelp
4949
dnf install -y pari-gp --setopt=tsflags=""

0 commit comments

Comments
 (0)