Skip to content

Commit

Permalink
Do not restrict PyOxidizer version for MacOS (no static binaries for …
Browse files Browse the repository at this point in the history
…MacOs)
  • Loading branch information
azat committed Dec 20, 2023
1 parent 4d2bc3c commit e458e5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ jobs:
- name: Install dependencies
run: |
# Stick to the 0.23.0 due to issue with static linking on 0.24.0 [1].
# [1]: https://github.com/indygreg/PyOxidizer/issues/673
pip3 install PyOxidizer==0.23.0
pip3 install PyOxidizer
- name: Build
run: |
Expand Down

0 comments on commit e458e5a

Please sign in to comment.