Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 3, 2023
1 parent 876575f commit 91d40d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
TARGET: macos
PY_VERSION: "3.10"
CMD_BUILD: |
# https://github.com/actions/setup-python/issues/649#issuecomment-1636160793
# https://github.com/python/devguide/pull/1058#issuecomment-1479229149
brew install pkg-config [email protected] xz gdbm tcl-tk
brew link tcl-tk
SC_COMPILE_ARCH=x86_64 python ./compile.py
cp ./scripts/hold_control_and_click_open_me_first.command ./
zip -r9 sticker-convert-macos-x86_64.zip sticker-convert.app hold_control_and_click_open_me_first.command
Expand Down

0 comments on commit 91d40d6

Please sign in to comment.