Skip to content

Commit

Permalink
chore(ci): fix macos universal2 build (#3590)
Browse files Browse the repository at this point in the history
this was a build regression introduced by the inclusion of the `cbor2`
package in 96d2042.
  • Loading branch information
charles-cooper committed Sep 6, 2023
1 parent 09f95c5 commit 1ed4457
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 --no-binary pycryptodome . &&
pip install --no-binary pycryptodome --no-binary cbor2 . &&
pip install pyinstaller &&
make freeze
Expand Down

0 comments on commit 1ed4457

Please sign in to comment.