Skip to content

Commit

Permalink
[ci] Install libxkbcommon for #1779 (#1796)
Browse files Browse the repository at this point in the history
* [ci] Install libxkbcommon for #1779

* Ubuntu likes -dev a lot
  • Loading branch information
maan2003 authored May 21, 2021
1 parent 7afd02d commit e862b42
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-dev libxkbcommon-x11-dev
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-dev libxkbcommon-x11-dev
if: contains(matrix.os, 'ubuntu')

- name: install nightly toolchain
Expand Down

0 comments on commit e862b42

Please sign in to comment.