github: attempt to install Qt

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-10-21 16:05:54 -04:00
parent 9bd0644982
commit 7cda86988c

View File

@ -21,6 +21,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.1 uses: actions/checkout@v4.2.1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev
- name: Configure - name: Configure
run: | run: |
cmake -S gpt4all-chat -B gpt4all-chat/build \ cmake -S gpt4all-chat -B gpt4all-chat/build \