Skip to content

Commit

Permalink
fixing softhsm
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 4, 2024
1 parent b1d4164 commit bfeac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python -m pip install $REQ
- name: Install softhsm
shell: bash
run: sudo pip install softhsm2
run: sudo apt install softhsm2
- name: Prep softhsm
shell: bash
run: |
Expand Down

0 comments on commit bfeac4c

Please sign in to comment.