le string but correct
All checks were successful
/ build (40) (push) Successful in 1m2s
/ build (41) (push) Successful in 1m3s
/ build (rawhide) (push) Successful in 57s

This commit is contained in:
mr-boneman 2024-06-08 19:31:42 +02:00
parent 444ed76b62
commit e866387c7d

View file

@ -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