From 3a3e8c907a98cb495e697e8e8dda6e050102bf89 Mon Sep 17 00:00:00 2001 From: Dave Simpson <45690499+davegarthsimpson@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:32:56 +0200 Subject: [PATCH] mac only --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4132d33d..e74dee76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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