CI: Add --skip-broken to dnf install for Fedora

This commit is contained in:
Jonas Kvinge 2024-01-26 00:29:25 +01:00
parent fa057ee9d3
commit 5865a70c2e
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ jobs:
run: dnf -y upgrade
- name: Install dependencies
run: >
dnf -y install
dnf -y --skip-broken install
@development-tools
redhat-lsb-core
which