Skip to content

Commit

Permalink
Fix OSX intel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed May 20, 2024
1 parent 79ce399 commit d5fc79d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Install pip distutils
run: pip install setuptools
- name: Install npm dependencies
run: npm install --legacy-peer-deps
run: |
sed -i '' 's/darwinDependencies/dependencies/g' package.json
npm install --legacy-peer-deps
#- name: Install dmg bundle creator
# run: npm install grunt-appdmg --save-dev --legacy-peer-deps
- name: Build OSX packages
Expand Down

0 comments on commit d5fc79d

Please sign in to comment.