We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92c917 commit 6f40397Copy full SHA for 6f40397
.github/workflows/wasm.yml
@@ -21,6 +21,19 @@ jobs:
21
- name: Check-out repository
22
uses: actions/checkout@v4
23
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
+
37
- name: Install emsdk
38
if: False
39
shell: bash
0 commit comments