le string but correct
This commit is contained in:
parent
444ed76b62
commit
e866387c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
image: quay.io/fedora/fedora:${{ matrix.fedora-version }}
|
||||
steps:
|
||||
- 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 -y 'dnf5-command(builddep)'
|
||||
name: dnf 5 builddep
|
||||
- name: set up base build env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue