Skip to content

Commit 5b69096

Browse files
Adding setuptools for python3.12
1 parent 401651a commit 5b69096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252

5353
- name: install Mac build dependencies (brew)
5454
run: |
55-
brew install nasm pkg-config python3-pip
56-
pip3 install distutils
55+
brew install nasm pkg-config
56+
python3 -m pip install setuptools
5757
if: ${{ runner.os == 'macOS'}}
5858

5959
- name: npm install

0 commit comments

Comments
 (0)