Skip to content

Commit

Permalink
Remove build dep install step
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeGardner committed Sep 25, 2024
1 parent c9e3832 commit 5b839d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
# Download sources defined in the spec file
spectool -g -R xremap.spec
# Install Build Dependencies
- name: Install Build Dependencies
run: |
# Install packages required to build xremap
dnf builddep -y ~/rpmbuild/SPECS/xremap.spec
# Build the SRPM
- name: Build the Source RPM (SRPM)
run: |
Expand Down

0 comments on commit 5b839d2

Please sign in to comment.