File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,11 @@ jobs:
26
26
steps :
27
27
- name : Install Build-Dependencies
28
28
run : |
29
- dnf -y install git
30
- dnf -y install 'dnf-command(config-manager)'
31
- dnf config-manager --set-enabled powertools || true
29
+ # for 'dnf builddep' and 'dnf config-manager'
30
+ dnf -y install git rpmdevtools 'dnf-command(config-manager)'
32
31
dnf config-manager --set-enabled crb || true # Meson/CMocka on EL10
33
32
dnf config-manager --set-enabled nfv || true # OVS on EL10
34
- dnf -y install epel-release || true
35
- dnf -y install centos-release-nfv-openvswitch || true # OVS on EL9
36
- dnf -y install dnf-plugins-core rpmdevtools # for 'dnf builddep'
33
+ dnf -y install epel-release || true # Pandoc, python-rich, ...
37
34
- uses : actions/checkout@v2
38
35
- name : Build & Test
39
36
run : |
You can’t perform that action at this time.
0 commit comments