Skip to content

Commit 406a064

Browse files
fix: install libev before gevent to fix macOS harness build
gevent requires libev to compile its C extensions, which is not pre-installed on macos-latest runners. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fc7d711 commit 406a064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
node-version-file: .nvmrc
4040
cache: 'yarn'
41+
- name: Install gevent build dependencies
42+
run: brew install libev
43+
if: env.install_manually
4144
- name: Set up Python virtual environment
4245
run: |
4346
python3 -m venv venv

0 commit comments

Comments
 (0)