Skip to content

Commit

Permalink
Change make target in mock test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael L. Young <[email protected]>
  • Loading branch information
elguero committed Apr 11, 2024
1 parent 0bb96d4 commit 28ba322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
dnf -y install epel-release
dnf -y install mock gcc gcc-c++ glibc-devel.x86_64 libdrm-devel rpm-build make wget
echo "Get source files"
make
make srpm-github
echo "Run mock build"
mock -r rocky+epel-9-x86_64 --define="_github 1" --spec="displaylink.spec" --sources="."

0 comments on commit 28ba322

Please sign in to comment.