mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-18 00:36:34 +00:00
mac only
This commit is contained in:
parent
a6ce4498e2
commit
3a3e8c907a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -273,6 +273,7 @@ jobs:
|
|||||||
# Location of artifacts generated by build.
|
# Location of artifacts generated by build.
|
||||||
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
|
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
|
||||||
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
|
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
|
||||||
|
IS_MACOS_CONFIG: ${{ matrix.config.name == 'macOS x86' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
|
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
|
||||||
@ -313,6 +314,7 @@ jobs:
|
|||||||
python-version: '3.11.x'
|
python-version: '3.11.x'
|
||||||
|
|
||||||
- name: Ensure distutils is available
|
- name: Ensure distutils is available
|
||||||
|
if: env.IS_MACOS_CONFIG == true
|
||||||
run: |
|
run: |
|
||||||
python -m pip install setuptools
|
python -m pip install setuptools
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user