Skip to content

Commit beb1ef6

Browse files
committed
Add missing package to GH workflow
1 parent 7454dc3 commit beb1ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install build dependencies
9292
run: |
9393
apt-get update
94-
apt-get install -qq -y zip curl python
94+
apt-get install -qq -y zip curl python python-cryptography
9595
9696
- name: Update TLS Truststore
9797
run: |

0 commit comments

Comments
 (0)