Skip to content

Commit 6718392

Browse files
timiclaude
authored andcommitted
fix: install setuptools for node-gyp compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 84041eb commit 6718392

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
echo "$HOME/.local/bin" >> $GITHUB_PATH
6363
echo "PNPM_HOME=$HOME/.local" >> $GITHUB_ENV
6464
65+
- name: Install Python setuptools for node-gyp
66+
run: pip install setuptools
67+
6568
- name: Setup Rust
6669
uses: dtolnay/rust-toolchain@stable
6770
with:

0 commit comments

Comments
 (0)