Skip to content

Commit

Permalink
fix: Error: Cannot find module 'appdmg'
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Aug 4, 2024
1 parent e75960a commit d2cb8fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 84 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: install setuptools and appdmg
# fix error Error: Cannot find module 'appdmg'
if: matrix.os.image == 'macos-13'
run: |
python3 -m pip install setuptools --break-system-packages
npm i -g appdmg
- name: Cache node modules
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit d2cb8fe

Please sign in to comment.