ci: Try to fix "Cannot find module 'appdmg'"

This commit is contained in:
Elian Doran 2024-08-10 13:56:52 +03:00
parent ee9ce5fadc
commit 4090386cc3
No known key found for this signature in database

View File

@ -37,6 +37,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Python for appdmg to be installed
if: ${{ matrix.os.name == 'macos' }}
run: brew install python-setuptools
- name: Install dependencies
run: npm ci
- name: Update build info