install libev on build scripts

+ fix: scanning system dirs on mac
This commit is contained in:
cwilvx
2025-04-03 14:25:44 +03:00
parent d6821bb6d3
commit 056c0456f9
7 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Activate virtualenv (linux)
if: matrix.os == 'ubuntu-20.04'
run: |
source .venv/bin/activate && pip install bjoern
apt-get install libev-dev && source .venv/bin/activate && pip install bjoern
- name: Activate virtualenv (windows)
if: matrix.os == 'windows-2019'
run: |