Skip to content

Commit 4ce9482

Browse files
committed
[CI] Add node-gyp and setuptools installation steps for macOS release workflow
1 parent 13efb50 commit 4ce9482

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release_macOS.yml

+8
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ jobs:
100100
echo "VITE_LD_ENVIRONMENT_ID=${{ secrets.VITE_LD_ENVIRONMENT_ID }}" > .env.production
101101
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production
102102
103+
- name: Install node-gyp
104+
run: pnpm add --global node-gyp
105+
shell: bash
106+
107+
- name: install setuptools
108+
run: brew install python-setuptools
109+
shell: bash
110+
103111
- name: Build artifacts.
104112
run: pnpm release:mac:arm64
105113
env:

0 commit comments

Comments
 (0)