Skip to content

Commit

Permalink
github: update appdmg install for macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 1, 2024
1 parent 9a83c53 commit d179097
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,7 @@ jobs:
LAUNCHER_PROFILE_DATA: ${{ vars.LAUNCHER_PROFILE_DATA }}
LAUNCHER_PROFILE_UUID: ${{ vars.LAUNCHER_PROFILE_UUID }}
- name: Install appdmg
run: |
python3 -m pip install setuptools
npm install -g appdmg
run: npm install -g appdmg
- name: Download Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d179097

Please sign in to comment.