CI: Add --skip-broken to dnf install for Fedora
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
|||||||
run: dnf -y upgrade
|
run: dnf -y upgrade
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: >
|
run: >
|
||||||
dnf -y install
|
dnf -y --skip-broken install
|
||||||
@development-tools
|
@development-tools
|
||||||
redhat-lsb-core
|
redhat-lsb-core
|
||||||
which
|
which
|
||||||
|
|||||||
Reference in New Issue
Block a user