github: add missing dep

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-10-21 16:17:15 -04:00
parent cc5f8b2053
commit 3187fd04a3

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-websockets-dev
sudo apt-get install linguist-qt6 qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-websockets-dev
- name: Configure
run: |
cmake -S gpt4all-chat -B gpt4all-chat/build \