Skip to content

Commit

Permalink
Fix fedora build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Apr 26, 2024
1 parent 33a2fd3 commit 540ae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
pwl-${{matrix.name}} \
/bin/sh -c '
rpmbuild -ba --define "pwl_version ${{env.PWL_VERSION}}" --define "pwl_distro ${{matrix.name}}" pam-weblogin.spec;
rpm -qlp rpmbuild/RPMS/x86_64/*.rpm
rpm -qlp /root/rpmbuild/RPMS/x86_64/*.rpm
'
- name: debug
Expand Down

0 comments on commit 540ae07

Please sign in to comment.