Try installing a few more dependencies in CI

This commit is contained in:
Kovid Goyal 2024-08-18 15:10:24 +05:30
parent 37169709f3
commit 016496493c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -114,7 +114,8 @@ def run_python(*args):
def install_linux_deps():
run('sudo', 'apt-get', 'update', '-y')
# run('sudo', 'apt-get', 'upgrade', '-y')
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev', 'libxkbcommon-dev', 'libxkbcommon-x11-dev', 'libflite1', 'libspeechd2')
run('sudo', 'apt-get', 'install', '-y',
'gettext', 'libgl1-mesa-dev', 'libxkbcommon-dev', 'libxkbcommon-x11-dev', 'libpulse', 'libasound2', 'libflite1', 'libspeechd2')
def get_tx():