Skip to content

Commit

Permalink
workflows: apply patch before build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 12, 2025
1 parent be9fb70 commit 5cb8e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Build the project
run: |
patch -p1 < packaging/rpm/0001-rpm-use-fedora-pyzstd.patch
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Build the project
run: |
patch -p1 < packaging/rpm/0001-rpm-use-fedora-pyzstd.patch
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
Expand Down

0 comments on commit 5cb8e5c

Please sign in to comment.