mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -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:
parent
4cb5566a9c
commit
2f83f2dd2e
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ language: rust
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libxcb-xfixes0-dev
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue