mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
Add -allowerasing to resolve issues with rawhide
This commit is contained in:
@@ -114,7 +114,7 @@ jobs:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
set -eux
|
||||
dnf -y builddep distros/redhat/zoneminder.spec
|
||||
dnf -y -allowerasing builddep distros/redhat/zoneminder.spec
|
||||
|
||||
- name: Determine version and prepare sources
|
||||
id: version
|
||||
|
||||
2
.github/workflows/build-rpm-packages.yml
vendored
2
.github/workflows/build-rpm-packages.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
set -eux
|
||||
dnf -y builddep distros/redhat/zoneminder.spec
|
||||
dnf -allowerasing -y builddep distros/redhat/zoneminder.spec
|
||||
|
||||
- name: Determine version and prepare sources
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user