fix?
This commit is contained in:
parent
42c802e6ce
commit
5941d757bd
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ jobs:
|
||||||
image: quay.io/fedora/fedora:${{ matrix.fedora-version }}
|
image: quay.io/fedora/fedora:${{ matrix.fedora-version }}
|
||||||
steps:
|
steps:
|
||||||
- run: dnf install -y nodejs rpmdevtools git dnf-plugins-core
|
- run: dnf install -y nodejs rpmdevtools git dnf-plugins-core
|
||||||
- if: (${{ matrix.fedora-version }} == rawhide) || (${{ matrix.fedora-version }} >= 41)
|
- if: (matrix.fedora-version == rawhide) || (matrix.fedora-version >= 41)
|
||||||
run: dnf install 'dnf5-command(builddep)'
|
run: dnf install -y 'dnf5-command(builddep)'
|
||||||
name: dnf 5 builddep
|
name: dnf 5 builddep
|
||||||
- name: set up base build env
|
- name: set up base build env
|
||||||
run: rpmdev-setuptree
|
run: rpmdev-setuptree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue