Skip to content

Commit

Permalink
Fix package list
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 31, 2024
1 parent 42d9c4c commit 5cc012d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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 \
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
esac

# Build the configure file
Expand Down

0 comments on commit 5cc012d

Please sign in to comment.