Linux install: Bugfixing

This commit is contained in:
Jakub Melka 2024-01-21 13:44:44 +01:00
parent 2019816995
commit c0eaeddcd9

View File

@ -12,6 +12,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libxcb-cursor0
sudo apt-get install -y libspeechd2
- name: Checkout repository
uses: actions/checkout@v4