From b4d90bafae4daa0107d13f77d0a9d6eb25503569 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Nov 2023 12:04:39 +0000 Subject: [PATCH] Update build_macos.yaml --- .github/workflows/build_macos.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index 615405a..b6097f5 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -67,7 +67,10 @@ jobs: - name: Build Natives if: steps.cache.outputs.cache-hit != 'true' - run: "yarn build:native:universal" + run: + # Python 3.12 drops distutils which keytar relies on + pip3 install setuptools + yarn build:native:universal - name: "[Nightly] Resolve version" id: nightly