Skip to content

Commit

Permalink
Merge pull request #660 from cgwalters/copr-builddep-2
Browse files Browse the repository at this point in the history
copr: Also install git
  • Loading branch information
cgwalters committed Jul 2, 2024
2 parents 37e9f72 + 947e70c commit 182a1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
srpm:
dnf -y install dnf-utils
dnf -y install dnf-utils git
dnf -y builddep bootc
# similar to https://github.com/actions/checkout/issues/760, but for COPR
git config --global --add safe.directory '*'
Expand Down

0 comments on commit 182a1ed

Please sign in to comment.