Skip to content

Commit 0e29880

Browse files
committed
Add libxkbcommon
1 parent f92c917 commit 0e29880

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wasm.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ 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+
2429
- name: Install emsdk
2530
if: False
2631
shell: bash

0 commit comments

Comments
 (0)