Skip to content

Commit

Permalink
fix: pycryptodome on arm (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored Jun 30, 2023
1 parent c90ab2f commit 2704ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Generate Binary
run: >-
pip install . &&
pip install --no-binary pycryptodome . &&
pip install pyinstaller &&
make freeze
Expand Down

0 comments on commit 2704ff0

Please sign in to comment.