summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-18 17:40:44 +0000
committerGitHub <noreply@github.com>2021-07-18 17:40:44 +0000
commit150b0bcb73571a254cf70e73659cc219c1f631db (patch)
tree5e04a9e20158309250fc5dcdfe2d6d1f522c2467 /.github
parent1d8bd73bc3252fb8ed6d6777c98e9143133f6aba (diff)
Fix Linux release CI build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 30085858..682e344b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev \
- libxcb-xfixes0-dev python3
+ libxcb-xfixes0-dev libxkbcommon-dev python3
- name: Test
run: cargo test --release
- name: Gzip manpage