Skip to content

Commit

Permalink
fix pycryptodome on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jun 7, 2023
1 parent a71d604 commit 4997410
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 4997410

Please sign in to comment.