Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a3e8c9

Browse files
committedJul 1, 2024·
mac only
1 parent a6ce449 commit 3a3e8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ jobs:
273273
# Location of artifacts generated by build.
274274
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
275275
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
276+
IS_MACOS_CONFIG: ${{ matrix.config.name == 'macOS x86' }}
276277
strategy:
277278
matrix:
278279
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
@@ -313,6 +314,7 @@ jobs:
313314
python-version: '3.11.x'
314315

315316
- name: Ensure distutils is available
317+
if: env.IS_MACOS_CONFIG == true
316318
run: |
317319
python -m pip install setuptools
318320

0 commit comments

Comments
 (0)
Please sign in to comment.