Skip to content

Commit 7cda869

Browse files
committed
github: attempt to install Qt
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 9bd0644 commit 7cda869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/[email protected]
24+
- name: Install dependencies
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev
2428
- name: Configure
2529
run: |
2630
cmake -S gpt4all-chat -B gpt4all-chat/build \

0 commit comments

Comments
 (0)