try: sudo install libev

This commit is contained in:
cwilvx
2025-04-03 14:39:01 +03:00
parent b04ab90aaa
commit 8b0f40ee4c
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Activate virtualenv (linux)
if: matrix.os == 'ubuntu-20.04'
run: |
apt-get install libev-dev && source .venv/bin/activate && pip install bjoern
sudo apt-get install libev-dev -y > /dev/null && source .venv/bin/activate && pip install bjoern
- name: Activate virtualenv (windows)
if: matrix.os == 'windows-2019'
run: |