File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -228,19 +228,23 @@ jobs:
228228 command : |
229229 case "<< parameters.dist >>" in
230230 almalinux|fedora)
231- dnf -y groupinstall "Development Tools"
232231 case "<< parameters.dist >>:<< parameters.release >>" in
233232 almalinux:9)
234233 dnf -y install "dnf-command(config-manager)"
235234 dnf config-manager --set-enabled crb
236235 dnf -y install diffutils
237236 dnf -y install epel-release
237+ dnf -y groupinstall "Development Tools"
238238 ;;
239239 almalinux:8)
240240 dnf -y install "dnf-command(config-manager)"
241241 dnf config-manager --set-enabled powertools
242242 dnf -y install diffutils
243243 dnf -y install epel-release
244+ dnf -y groupinstall "Development Tools"
245+ ;;
246+ fedora:*)
247+ dnf -y group install development-tools
244248 ;;
245249 esac
246250 dnf -y install \
You can’t perform that action at this time.
0 commit comments