Skip to content

Commit

Permalink
github: fix build-rpm-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wheeler committed Aug 14, 2024
1 parent f88033c commit b326d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Build RPM packages in Docker
run: |
docker run --rm -v $(pwd):/workspace -w /workspace ${{ matrix.os }} /bin/bash -c "
dnf install -y rpm-build dnf-plugins-core
dnf install -y epel-release
dnf install -y rpm-build dnf-plugins-core yum-utils gettext gettext-devel autopoint
./autogen.sh
yum-builddep -y xnec2c.spec
mkdir -p ~/rpmbuild/SPECS ~/rpmbuild/SOURCES
Expand Down

0 comments on commit b326d90

Please sign in to comment.