Skip to content

Commit

Permalink
fc40 now requires to install setuptools separately
Browse files Browse the repository at this point in the history
  • Loading branch information
miesi-ionos committed Jul 26, 2024
1 parent aaa66df commit 74c5231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dimclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v2
- run: mkdir -p ${HOME}/rpmbuild/SPECS
- run: mkdir -p ${HOME}/rpmbuild/SOURCES
- run: /bin/dnf install --assumeyes python3-devel python3 rpm-build python3-dns
- run: /bin/dnf install --assumeyes python3-devel python3 rpm-build python3-dns python3-setuptools
- uses: actions/download-artifact@v2
with:
name: dimclient-src-${{ needs.build.outputs.version }}.tar.gz
Expand Down

0 comments on commit 74c5231

Please sign in to comment.