Skip to content

Commit 401651a

Browse files
Adding distutils for mac
1 parent 1360c96 commit 401651a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ jobs:
5050
with:
5151
node-version: 16.13.0
5252

53+
- name: install Mac build dependencies (brew)
54+
run: |
55+
brew install nasm pkg-config python3-pip
56+
pip3 install distutils
57+
if: ${{ runner.os == 'macOS'}}
58+
5359
- name: npm install
5460
run: npm install
5561
env:
5662
PREBUILD: true
5763

58-
- name: install Mac build dependencies (brew)
59-
run: brew install nasm pkg-config
60-
if: ${{ runner.os == 'macOS'}}
6164

6265
- name: install Mac dependencies (shared release x64)
6366
run: node ./install_ffmpeg.js --arch x64

0 commit comments

Comments
 (0)