Skip to content

Commit

Permalink
Install libxinerama for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed Jan 13, 2024
1 parent 758f43d commit de7d477
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
run: sudo apt update && sudo apt install -y libxrandr-dev libxinerama-dev

- name: Configure CMake
shell: bash
Expand Down

0 comments on commit de7d477

Please sign in to comment.