refactor(ci): deduplicate dmg init

This commit is contained in:
Elian Doran 2025-01-18 20:43:26 +02:00
parent 7514e2348c
commit 688b5317c1
No known key found for this signature in database
3 changed files with 12 additions and 9 deletions

View File

@ -37,9 +37,10 @@ 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: Run the build
uses: ./.github/actions/build
with:
os: ${{ matrix.os.name }}
- name: Install dependencies
run: npm ci
- name: Update build info

View File

@ -34,9 +34,10 @@ 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: Run the build
uses: ./.github/actions/build
with:
os: ${{ matrix.os.name }}
- name: Install dependencies
run: npm ci
- name: Update build info

View File

@ -34,9 +34,10 @@ 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: Run the build
uses: ./.github/actions/build
with:
os: ${{ matrix.os.name }}
- name: Install dependencies
run: npm ci
- name: Update build info