Fix build test dependencies

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

View File

@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install libev-dev
run: sudo apt install libev-dev xcb
- name: Install dependencies
run: sudo apt install pkg-config libxcb libxcb-util libpam-dev libcairo-dev libfontconfig-dev libxcb-composite0 libxcb-composite0-dev libxcb-xinerama libxcb-randr libev libx11-xcb-dev libxkbcommon libxkbcommon-x11 libjpeg-turbo
- name: autoreconf
run: autoreconf --force --install
- name: configure