Skip to content

Commit

Permalink
Install libgl1-mesa for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed Jan 13, 2024
1 parent 850c3e2 commit 6d964b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
run: sudo apt update && sudo apt install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev

- name: Configure CMake
shell: bash
Expand Down

0 comments on commit 6d964b3

Please sign in to comment.