Skip to content

Commit

Permalink
More packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 30, 2024
1 parent 8463c79 commit e484634
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +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 -y ;;
python3-{yaml,sphinx} -y ;;
*)
apt-get update; apt-get full-upgrade -y
apt-get install pkg-config make bats autoconf composer python3-yaml -y ;;
apt-get install pkg-config make bats autoconf composer \
python3-{yaml,sphinx} -y ;;
esac

# Build the configure file
Expand Down

0 comments on commit e484634

Please sign in to comment.