Skip to content

Commit 3f1d1cb

Browse files
timiclaude
authored andcommitted
fix: use Python 3.12 for node-gyp compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fdfcfb4 commit 3f1d1cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ 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: /opt/homebrew/bin/python3 -m pip install setuptools
65+
- name: Setup Python
66+
uses: actions/setup-python@v5
67+
with:
68+
python-version: '3.12'
6769

6870
- name: Setup Rust
6971
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)