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 c477e9b commit cbf5cfaCopy full SHA for cbf5cfa
.github/workflows/compile.yml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Generate transient key pair
30
run: |
31
+ python3 -m pip install --user --upgrade pyopenssl # Work around runtime error
32
python3 -m pip install --user -r mcuboot/scripts/requirements.txt
33
python3 -m pip install --user mcuboot/scripts
34
imgtool keygen -k signing-keys.pem -t rsa-2048
0 commit comments