Skip to content

Commit

Permalink
github: add missing dep
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
  • Loading branch information
cebtenzzre committed Oct 21, 2024
1 parent b941231 commit eae2b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-tools-dev qt6-websockets-dev
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-pdf-dev qt6-tools-dev qt6-websockets-dev
- name: Configure
run: |
cmake -S gpt4all-chat -B gpt4all-chat/build \
Expand Down

0 comments on commit eae2b84

Please sign in to comment.