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

0 comments on commit 15a9be9

Please sign in to comment.