Skip to content

Commit

Permalink
github: attempt to install Qt
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 9bd0644 commit 7cda869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7cda869

Please sign in to comment.