Skip to content

Commit

Permalink
sudo for softhsm
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 4, 2024
1 parent 541acd8 commit 0437599
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 @@ -66,7 +66,7 @@ jobs:
REQ="${WHEEL[0]}[testing]"
python -m pip install $REQ
- name: Install softhsm
run: pip install --upgrade softhsm2
run: sudo pip install --upgrade softhsm2
- name: Prep softhsm
run: |
sudo chmod -R a+rx /etc/softhsm
Expand Down

0 comments on commit 0437599

Please sign in to comment.