hopefully fix ci for fedora >40
This commit is contained in:
parent
7043d5b927
commit
42c802e6ce
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ 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)
|
||||||
|
run: dnf install 'dnf5-command(builddep)'
|
||||||
|
name: dnf 5 builddep
|
||||||
- name: set up base build env
|
- name: set up base build env
|
||||||
run: rpmdev-setuptree
|
run: rpmdev-setuptree
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue