Skip to content

Commit cbf5cfa

Browse files
Try upgrading openssl
1 parent c477e9b commit cbf5cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Generate transient key pair
3030
run: |
31+
python3 -m pip install --user --upgrade pyopenssl # Work around runtime error
3132
python3 -m pip install --user -r mcuboot/scripts/requirements.txt
3233
python3 -m pip install --user mcuboot/scripts
3334
imgtool keygen -k signing-keys.pem -t rsa-2048

0 commit comments

Comments
 (0)