Skip to content

Commit

Permalink
add libxinerama-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 21, 2024
1 parent fa148e6 commit 4a6e83c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dep-glfw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: install xrandr
run: sudo apt-get install -y libxrandr-dev

- name: install xrandr
run: sudo apt-get install -y libxinerama-dev

- name: Run build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: ./build_glfw_for_linux.sh 3.3.2
Expand Down

0 comments on commit 4a6e83c

Please sign in to comment.