Add xcb to install

This commit is contained in:
Raymond Li 2020-03-08 15:49:21 -04:00 committed by GitHub
parent 1de6360779
commit 499437509c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install libev-dev
run: sudo apt install libev-dev
run: sudo apt install libev-dev xcb
- name: autoreconf
run: autoreconf --force --install
- name: configure