Skip to content

Commit

Permalink
Update build_macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 13, 2023
1 parent 7e10269 commit 9e9613a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e9613a

Please sign in to comment.