Skip to content

Commit

Permalink
ci: add libgl-dev to fix build XRenderOGL on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Dec 10, 2023
1 parent 3cbef7f commit 170c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: 'recursive'
- name: Install libs
run: |
sudo apt-get update && sudo apt-get install meson
sudo apt-get update && sudo apt-get install meson libgl-dev
- name: Configure and build
run: |
mkdir build && cd build
Expand Down

0 comments on commit 170c0fe

Please sign in to comment.