commit 499437509c6f00f8ad23be056fd82fddd3198cd0
parent 1de63607798ba9c5b4d334983c5777d52637021f
Author: Raymond Li <hi@raymond.li>
Date: Sun, 8 Mar 2020 15:49:21 -0400
Add xcb to install
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -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