From 7bf2fbb0acc633beb7016282b8a39b8eef9de812 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Nov 2023 12:09:18 +0000 Subject: [PATCH] Update build_macos.yaml --- .github/workflows/build_macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index b6097f5..4087d53 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -67,7 +67,7 @@ jobs: - name: Build Natives if: steps.cache.outputs.cache-hit != 'true' - run: + run: | # Python 3.12 drops distutils which keytar relies on pip3 install setuptools yarn build:native:universal