Skip to content

Commit

Permalink
Fix rpmbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed May 17, 2024
1 parent 14f8b8f commit 76f5c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install build tools RPM
run: |
docker cp ./ builder:/build
docker exec builder bash -c "yum install -y epel-release && yum install -y rpmbuild wget make git mock"
docker exec builder bash -c "yum install -y epel-release && yum install -y rpm-build wget make git mock"
docker exec builder bash -c "rm -rf /etc/mock/default.cfg"
- name: Setup SDK
Expand Down

0 comments on commit 76f5c17

Please sign in to comment.