mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-10 00:30:41 +01:00
CI: Add --skip-broken to dnf install for Fedora
This commit is contained in:
parent
fa057ee9d3
commit
5865a70c2e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user