Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 2, 2023
1 parent c75d0a1 commit 31a2545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4.1.0
- name: Install dependencies
run: |
sudo apt-get install cmake qt6-base-dev g++
sudo apt-get install cmake qt6-base-dev libqt6widgets6 g++
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit 31a2545

Please sign in to comment.