Skip to content

Commit

Permalink
.github: Do not build universal binaries for now
Browse files Browse the repository at this point in the history
For some reason this now fails, so just go with x86 for now.
Probably not a huge issue anywayDo not build universal binaries for now
  • Loading branch information
derrod committed Oct 31, 2021
1 parent 73b1dc1 commit 95e76b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip3 install --upgrade pywebview
if: runner.os != 'macOS'

- name: Strip
- name: Set strip option on non-Windows
id: strip
run: echo ::set-output name=option::--strip
if: runner.os != 'Windows'
Expand All @@ -46,7 +46,6 @@ jobs:
run: pyinstaller
--onefile
--name legendary
--target-architecture universal2
${{ steps.strip.outputs.option }}
cli.py
env:
Expand Down

0 comments on commit 95e76b0

Please sign in to comment.