diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 17:40:44 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-07-18 21:13:19 +0000 |
commit | cd3fb7a40365889d32dd9206c9bb835debfd835a (patch) | |
tree | 14756a07b40fc5d21e8cd0efb09735001ef46589 | |
parent | a8b79b2d0a1a71f0fcd0ffc0493b631187143eb2 (diff) | |
download | alacritty-cd3fb7a40365889d32dd9206c9bb835debfd835a.tar.gz alacritty-cd3fb7a40365889d32dd9206c9bb835debfd835a.zip |
Fix Linux release CI build
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 |