Skip to content

Commit

Permalink
Add rpm dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent d18105b commit d70c1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
echo "fastestmirror=1" >> /etc/dnf/dnf.conf
echo "max_parallel_downloads=20" >> /etc/dnf/dnf.conf
dnf -qy install git mock rpm-build
dnf -qy install git mock rpm-build /usr/bin/rpmdev-spectool
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d70c1b4

Please sign in to comment.