Fix build test

This commit is contained in:
Raymond Li 2021-05-27 19:55:13 -04:00 committed by GitHub
parent 8a97f7c620
commit e56912aa2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ jobs:
sudo apt update
sudo apt install pkg-config libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0-dev libev-dev libx11-xcb-dev libxcb-xkb-dev libxcb-xinerama0-dev libxcb-randr0-dev libxcb-image0-dev libxcb-util-dev libxcb-xrm-dev libxkbcommon-dev libxkbcommon-x11-dev libjpeg-dev
- name: Build
- run: ./build.sh
run: ./build.sh
- name: Check and distcheck
- run: |
run: |
cd build
make check
make distcheck