Skip to content

Commit

Permalink
[ci] Install libxkbcommon for linebender#1779
Browse files Browse the repository at this point in the history
  • Loading branch information
maan2003 committed May 20, 2021
1 parent 7afd02d commit 5475f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install libx11-dev
run: |
sudo apt update
sudo apt install libx11-dev libpango1.0-dev
sudo apt install libx11-dev libpango1.0-dev libxkbcommon libxkbcommon-x11
if: contains(matrix.os, 'ubuntu')

- name: install stable toolchain
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: install libx11-dev
run: |
sudo apt update
sudo apt install libx11-dev libpango1.0-dev
sudo apt install libx11-dev libpango1.0-dev libxkbcommon libxkbcommon-x11
if: contains(matrix.os, 'ubuntu')

- name: install nightly toolchain
Expand Down

0 comments on commit 5475f72

Please sign in to comment.