Skip to content

Commit 6f40397

Browse files
committed
Add libxkbcommon
1 parent f92c917 commit 6f40397

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/wasm.yml

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ jobs:
2121
- name: Check-out repository
2222
uses: actions/checkout@v4
2323

24+
- name: Set up screen (Linux)
25+
if: runner.os == 'Linux'
26+
run: |
27+
sudo apt-get install libxkbcommon-x11-0
28+
sudo apt-get install libxcb-icccm4
29+
sudo apt-get install libxcb-image0
30+
sudo apt-get install libxcb-keysyms1
31+
sudo apt-get install libxcb-randr0
32+
sudo apt-get install libxcb-render-util0
33+
sudo apt-get install libxcb-xfixes0
34+
sudo apt-get install libxcb-shape0
35+
sudo apt-get install libxcb-cursor0
36+
2437
- name: Install emsdk
2538
if: False
2639
shell: bash

0 commit comments

Comments
 (0)