We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55b748 commit 49ba3f4Copy full SHA for 49ba3f4
.github/workflows/linux.yml
@@ -26,7 +26,7 @@ jobs:
26
run: sudo apt-get install g++-10
27
28
- name: Get pyOpenSSL
29
- run: pyOpenSSL
+ run: pip3 install pyOpenSSL
30
31
- name: Get Boost
32
if: steps.cache-boost.outputs.cache-hit != 'true'
0 commit comments