Skip to content

Commit

Permalink
Legacy peer deps to build current dmg icestudio bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Nov 10, 2023
1 parent 33d2d1f commit de577ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install npm dependencies
run: npm install --legacy-peer-deps
- name: Install dmg bundle creator
run: npm install grunt-appdmg
run: npm install grunt-appdmg --legacy-peer-deps
- name: Build OSX packages
run: |
npm run buildOSX
Expand Down

0 comments on commit de577ba

Please sign in to comment.