[host] ci: install libxcb-xfixes0-dev package

This should fix the <xcb/xfixes.h> not found error.
This commit is contained in:
Quantum 2021-03-14 19:57:55 -04:00 committed by Geoffrey McRae
parent 52a445e2f5
commit 69dc598857

View File

@ -58,7 +58,7 @@ jobs:
sudo apt-get update
- name: Install Linux host dependencies
run: |
sudo apt-get install binutils-dev libgl1-mesa-dev
sudo apt-get install binutils-dev libgl1-mesa-dev libxcb-xfixes0-dev
- name: Configure Linux host
run: |
mkdir host/build