Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jun 11, 2024
1 parent e805a9f commit 4304870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
yum install -y rpm-build rpmlint make rsync
- name: build rpm
run: |
make rpm
mkdir build
cd build
make rpm -f ../Makefile
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
- name: Upload rpms
uses: actions/upload-artifact@v3
Expand All @@ -40,7 +42,9 @@ jobs:
dnf install -y rpm-build rpmlint make rsync systemd-rpm-macros
- name: build rpm
run: |
make clean rpm
mkdir build
cd build
make rpm -f ../Makefile
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
- name: Upload RPMs
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
check-modified-files-only: "yes"
use-quiet-mode: "yes"
use-verbose-mode: "yes"
base-branch: "main"
base-branch: "master"

0 comments on commit 4304870

Please sign in to comment.