Skip to content

Commit

Permalink
ci,build_macos: install setuptools for distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Nov 5, 2023
1 parent 885d2af commit 5715561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
-exportOptionsPlist FranzCocoa/ExportOptions.plist \
-exportPath dist/ \
-allowProvisioningUpdates
npm install -g node-gyp@10
python -m pip install setuptools
npm install -g create-dmg@6
npx create-dmg dist/Franz.app dist/
mv dist/Franz*.dmg dist/Franz.dmg
Expand Down

0 comments on commit 5715561

Please sign in to comment.