We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed05a commit cf5d347Copy full SHA for cf5d347
.github/workflows/cmake-multi-platform.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ matrix.os != 'windows-latest' }}
59
run: |
60
sudo apt-get update
61
- sudo apt-get install -y libwayland-dev libxkbcommon-dev libxrandr-dev libxinerama-dev
+ sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
62
- name: Install dependencies (windows)
63
if: ${{ matrix.os == 'windows-latest' }}
64
0 commit comments