Skip to content

Commit

Permalink
[CI] install libxkbcommon for Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maan2003 committed Jul 1, 2021
1 parent 6c8389a commit 7f67a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
- name: install libgtk-dev
run: |
sudo apt update
sudo apt install libgtk-3-dev
sudo apt install libgtk-3-dev libxkbcommon-dev libxkbcommon-x11-dev
if: contains(matrix.os, 'ubuntu')

- name: install stable toolchain
Expand Down

0 comments on commit 7f67a6c

Please sign in to comment.