mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-15 06:33:31 +00:00
github: attempt to install Qt
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
9bd0644982
commit
7cda86988c
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
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
|
||||
run: |
|
||||
cmake -S gpt4all-chat -B gpt4all-chat/build \
|
||||
|
Loading…
Reference in New Issue
Block a user