Skip to content

Commit cf5d347

Browse files
committed
Update cmake-multi-platform.yml
1 parent 4eed05a commit cf5d347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ matrix.os != 'windows-latest' }}
5959
run: |
6060
sudo apt-get update
61-
sudo apt-get install -y libwayland-dev libxkbcommon-dev libxrandr-dev libxinerama-dev
61+
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
6262
- name: Install dependencies (windows)
6363
if: ${{ matrix.os == 'windows-latest' }}
6464
run: |

0 commit comments

Comments
 (0)