Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 24, 2024
1 parent bd01cf0 commit 9c8c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python3 -c 'import tkinter; tcl = tkinter.Tcl(); print(tcl.call("info", "patchlevel"))'
- name: Install ImageMagick & create-dmg
run: brew install imagemagick create-dmg tcl-tk
run: brew install imagemagick create-dmg tcl-tk python-tk

- name: Package application with PyInstaller
run: poetry run pyinstaller spec_files/ui_app/NiimPrintX-mac.spec --noconfirm --clean
Expand Down

0 comments on commit 9c8c234

Please sign in to comment.