Skip to content

Commit 15a9be9

Browse files
committed
Add libxkbcommon
1 parent f92c917 commit 15a9be9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wasm.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ 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+
2430
- name: Install emsdk
2531
if: False
2632
shell: bash

0 commit comments

Comments
 (0)