Skip to content

Commit

Permalink
Fix fedora package
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 31, 2024
1 parent 5cc012d commit ad250f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
case $distro_id in
"ID=fedora")
dnf install pkg-config make bats autoconf automake util-linux composer \
python3-{yaml,sphinx{,-rtd_theme}} -y ;;
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
*)
apt-get update; apt-get full-upgrade -y
apt-get install pkg-config make bats autoconf composer \
Expand Down

0 comments on commit ad250f6

Please sign in to comment.