Skip to content

Commit

Permalink
chore(release) install setuptools on macOS
Browse files Browse the repository at this point in the history
Fixes V8 builds which relies on pkg_resources.
  • Loading branch information
casimiro authored and thibaultcha committed Nov 8, 2023
1 parent 689a460 commit e3d25c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,10 @@ jobs:
V8_VER: ${{ needs.setup.outputs.v8_ver }}
steps:
- uses: actions/checkout@v3
- name: Setup Homebrew dependencies
run: brew install ninja openssh
- name: Setup dependencies
run: |
brew install ninja openssh
pip3 install --upgrade setuptools
- name: Build binary
run: ./util/release.sh ${{ needs.setup.outputs.release_name }} --bin
env:
Expand Down

0 comments on commit e3d25c7

Please sign in to comment.