diff --git a/.github/workflows/comment-ci.yaml b/.github/workflows/comment-ci.yaml index 9fa0e8a..34da52a 100644 --- a/.github/workflows/comment-ci.yaml +++ b/.github/workflows/comment-ci.yaml @@ -59,7 +59,8 @@ jobs: - name: Build RPMs run: | - dnf install -y git make rpm-build rust-toolset + dnf install -y git make rpm-build dnf-plugins-core + dnf builddep -y greenboot-rs.spec make rpm - name: Verify RPMs were created diff --git a/.github/workflows/greenboot-ci.yaml b/.github/workflows/greenboot-ci.yaml index 7aca053..ac1062f 100644 --- a/.github/workflows/greenboot-ci.yaml +++ b/.github/workflows/greenboot-ci.yaml @@ -59,7 +59,8 @@ jobs: - name: Build RPMs run: | - dnf install -y git make rpm-build rust-toolset + dnf install -y git make rpm-build dnf-plugins-core + dnf builddep -y greenboot-rs.spec git config --global --add safe.directory /__w/greenboot-rs/greenboot-rs make rpm