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
|
run: dnf -y upgrade
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: >
|
run: >
|
||||||
dnf -y --skip-broken install
|
dnf -y install
|
||||||
@development-tools
|
@development-tools
|
||||||
redhat-lsb-core
|
redhat-lsb-core
|
||||||
which
|
which
|
||||||
|
|
Loading…
Reference in New Issue