Skip to content

Commit

Permalink
Use cx_freeze==6.4 for MacOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel authored Jan 12, 2021
1 parent a6abf3c commit 2ae23d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
brew install [email protected] sdl2 libusb
brew link --overwrite [email protected]
pip3 install -e .
pip3 install cx_freeze~=6.4
pip3 install cx_freeze==6.4
- name: Build
run: python3 setup.py bdist_mac
Expand Down

0 comments on commit 2ae23d9

Please sign in to comment.