Skip to content

Commit

Permalink
add rpmbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Sep 5, 2023
1 parent 5b99800 commit 1e1bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.x
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y perl dh-python pcscd swig libpcsclite1 libpcsclite-dev usbutils build-essential debhelper python3-pytest scdaemon yubikey-manager
run: sudo apt-get update && sudo apt-get install -y perl dh-python pcscd swig libpcsclite1 libpcsclite-dev usbutils build-essential debhelper python3-pytest scdaemon yubikey-manager rpmbuild
- name: Install protoc
uses: actions/setup-python@v2
- run: pip install --upgrade pip poetry
Expand Down

0 comments on commit 1e1bef6

Please sign in to comment.