Skip to content

Commit

Permalink
CI: Remove --skip-broken from dnf for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 12, 2024
1 parent 315cf63 commit 7a2658c
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 @@ -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
Expand Down

0 comments on commit 7a2658c

Please sign in to comment.