Skip to content

Commit

Permalink
Add missing OpenGL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jan 25, 2025
1 parent 5662bd6 commit 5103238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cmake -E make_directory ${{runner.workspace}}/build

- name: Install Dependencies
run: sudo apt update && sudo apt install build-essential qt6-base-dev qt6-base-dev-tools libqt6svg6-dev -y
run: sudo apt update && sudo apt install build-essential libglx-dev libgl1-mesa-dev qt6-base-dev libqt6svg6-dev -y

- name: Configure CMake
shell: bash
Expand Down

0 comments on commit 5103238

Please sign in to comment.