CI: Remove --skip-broken from dnf for Fedora
This commit is contained in:
parent
76614bcde0
commit
dff3ae7410
|
@ -185,7 +185,7 @@ jobs:
|
|||
run: dnf -y upgrade
|
||||
- name: Install dependencies
|
||||
run: >
|
||||
dnf -y --skip-broken install
|
||||
dnf -y install
|
||||
@development-tools
|
||||
redhat-lsb-core
|
||||
which
|
||||
|
|
Loading…
Reference in New Issue