Skip to content

Commit

Permalink
github: Force install dmg-license on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jul 24, 2022
1 parent 427413e commit 6d8c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CI: true
- name: Install dmg-license
if: matrix.os == 'macOS-latest'
run: npm i dmg-license
run: npm install dmg-license --force
- name: Build and Release
run: npm run release
env:
Expand Down

0 comments on commit 6d8c7f3

Please sign in to comment.