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 b543ec1 commit 5418374
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ jobs:
# Prepare the RPM build environment
rpmdev-setuptree
# Generate the spec file or ensure it exists
if [ -f ./autogen.sh ]; then
./autogen.sh
fi
./autogen.sh
./configure
# Copy the spec file to the SPECS directory if necessary
cp xnec2c.spec /root/rpmbuild/SPECS/
Expand Down

0 comments on commit 5418374

Please sign in to comment.