summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-18 17:40:44 +0000
committerChristian Duerr <contact@christianduerr.com>2021-07-18 21:13:19 +0000
commitcd3fb7a40365889d32dd9206c9bb835debfd835a (patch)
tree14756a07b40fc5d21e8cd0efb09735001ef46589
parenta8b79b2d0a1a71f0fcd0ffc0493b631187143eb2 (diff)
Fix Linux release CI build
-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