mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 22:36:32 +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.
|
||||
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
|
||||
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
|
||||
IS_MACOS_CONFIG: ${{ matrix.config.name == 'macOS x86' }}
|
||||
strategy:
|
||||
matrix:
|
||||
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
|
||||
@ -313,6 +314,7 @@ jobs:
|
||||
python-version: '3.11.x'
|
||||
|
||||
- name: Ensure distutils is available
|
||||
if: env.IS_MACOS_CONFIG == true
|
||||
run: |
|
||||
python -m pip install setuptools
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user