We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a6ce449 commit 3a3e8c9Copy full SHA for 3a3e8c9
.github/workflows/build.yml
@@ -273,6 +273,7 @@ jobs:
273
# Location of artifacts generated by build.
274
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
275
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
276
+ IS_MACOS_CONFIG: ${{ matrix.config.name == 'macOS x86' }}
277
strategy:
278
matrix:
279
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
@@ -313,6 +314,7 @@ jobs:
313
314
python-version: '3.11.x'
315
316
- name: Ensure distutils is available
317
+ if: env.IS_MACOS_CONFIG == true
318
run: |
319
python -m pip install setuptools
320
0 commit comments