Skip to content

Commit

Permalink
fixup! fixup! Add distcheck action on debian as well
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed Nov 18, 2022
1 parent df35d2f commit cd90a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: RPM Build
if: ${{ matrix.name == 'fedora' }}
run: |
make -p rpmbuild/SOURCES
mkdir -p rpmbuild/SOURCES
cp pkcs11-provider*tar.gz rpmbuild/SOURCES/
rpmbuild --define "_topdir $PWD/rpmbuild" -ba packaging/pkcs11-provider.spec

0 comments on commit cd90a03

Please sign in to comment.