Skip to content

Commit

Permalink
[CI] Add node-gyp and setuptools installation steps for macOS release…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
flavioislima committed Jan 29, 2025
1 parent 13efb50 commit 4ce9482
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ jobs:
echo "VITE_LD_ENVIRONMENT_ID=${{ secrets.VITE_LD_ENVIRONMENT_ID }}" > .env.production
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production
- name: Install node-gyp
run: pnpm add --global node-gyp
shell: bash

- name: install setuptools
run: brew install python-setuptools
shell: bash

- name: Build artifacts.
run: pnpm release:mac:arm64
env:
Expand Down

0 comments on commit 4ce9482

Please sign in to comment.