Skip to content

Commit 49ba3f4

Browse files
github: follow-up to e55b748: fix command for installing pyOpenSSL
1 parent e55b748 commit 49ba3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: sudo apt-get install g++-10
2727

2828
- name: Get pyOpenSSL
29-
run: pyOpenSSL
29+
run: pip3 install pyOpenSSL
3030

3131
- name: Get Boost
3232
if: steps.cache-boost.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)