Update build_macos.yaml

This commit is contained in:
Michael Telatynski 2023-11-13 12:04:39 +00:00 committed by GitHub
parent 145b58611a
commit b4d90bafae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,10 @@ jobs:
- name: Build Natives - name: Build Natives
if: steps.cache.outputs.cache-hit != 'true' 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" - name: "[Nightly] Resolve version"
id: nightly id: nightly