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 157fdf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ 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
- name: Install emsdk
if: False
shell: bash
Expand Down

0 comments on commit 157fdf4

Please sign in to comment.