Skip to content

Commit

Permalink
CI: Add --skip-broken to dnf install for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jan 25, 2024
1 parent fa057ee commit 5865a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5865a70

Please sign in to comment.