This commit is contained in:
Dave Simpson 2024-07-01 15:32:56 +02:00
parent a6ce4498e2
commit 3a3e8c907a

View File

@ -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