Skip to content

Commit

Permalink
Add libxkbcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 19, 2024
1 parent f92c917 commit 6f40397
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
- name: Check-out repository
uses: actions/checkout@v4

- name: Set up screen (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install libxkbcommon-x11-0
sudo apt-get install libxcb-icccm4
sudo apt-get install libxcb-image0
sudo apt-get install libxcb-keysyms1
sudo apt-get install libxcb-randr0
sudo apt-get install libxcb-render-util0
sudo apt-get install libxcb-xfixes0
sudo apt-get install libxcb-shape0
sudo apt-get install libxcb-cursor0
- name: Install emsdk
if: False
shell: bash
Expand Down

0 comments on commit 6f40397

Please sign in to comment.