1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix Linux release CI build

This commit is contained in:
Christian Duerr 2021-07-18 17:40:44 +00:00
parent a8b79b2d0a
commit cd3fb7a403

View file

@ -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