pls
Some checks failed
/ build (40) (push) Failing after 31s
/ build (41) (push) Failing after 29s
/ build (rawhide) (push) Has been cancelled

This commit is contained in:
mr-boneman 2024-06-08 19:30:19 +02:00
parent 3549395372
commit 444ed76b62

View file

@ -11,7 +11,7 @@ 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 -y '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