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

Add libxcb-xfixes0-dev as travis dependency

Currently on Linux the CI is not building since it cannot fint xcb for
linking. Installing it in the pre-install hook should make sure it's
available when linking.
This commit is contained in:
Christian Duerr 2019-10-10 01:19:11 +02:00 committed by GitHub
parent 4cb5566a9c
commit 2f83f2dd2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,11 @@ language: rust
services:
- docker
addons:
apt:
packages:
- libxcb-xfixes0-dev
git:
depth: 1