mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
try: sudo install libev
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: Activate virtualenv (linux)
|
- name: Activate virtualenv (linux)
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
run: |
|
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)
|
- name: Activate virtualenv (windows)
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user