Skip to content

Commit eae2b84

Browse files
committed
github: add missing dep
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent b941231 commit eae2b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-tools-dev qt6-websockets-dev
30+
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-pdf-dev qt6-tools-dev qt6-websockets-dev
3131
- name: Configure
3232
run: |
3333
cmake -S gpt4all-chat -B gpt4all-chat/build \

0 commit comments

Comments
 (0)