Skip to content

Commit

Permalink
Changed Mac build to install a required Python package that npm seems…
Browse files Browse the repository at this point in the history
… to need.
  • Loading branch information
neilccbrown committed Nov 28, 2023
1 parent 0a59598 commit 5e0e825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
run: |
brew install grep
brew install imagemagick
brew install python && python3 -m pip install distutils
brew install npm && npm install -g appdmg
cd ${{ github.workspace }}
echo 'ant_exe=ant' > tools.properties
Expand Down

0 comments on commit 5e0e825

Please sign in to comment.