Skip to content

Commit

Permalink
Add dependency needed by Ubuntu to compile qnetload
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 3, 2023
1 parent 31a2545 commit a63cdac
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 libqt6widgets6 g++
sudo apt-get install cmake qt6-base-dev libqt6widgets6 g++ libgl1-mesa-dev
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit a63cdac

Please sign in to comment.