Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit b5dab07

Browse files
committed
fix release workflow
1 parent 7faabc7 commit b5dab07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
distribution: 'zulu' # OpenJDK
2929
java-version: '11'
30+
- name: force cryptography version
31+
run: pip install --force-reinstall "cryptography==38.0.4"
3032
- name: Install dependencies
3133
run: cd core && yarn install --check-files --frozen-lockfile
3234
- name: release

0 commit comments

Comments
 (0)