commit 28fc8bcb81e3b4782d0949399149aac6045097d6 parent 499437509c6f00f8ad23be056fd82fddd3198cd0 Author: Raymond Li <hi@raymond.li> Date: Sun, 8 Mar 2020 15:53:10 -0400 Fix build test dependencies Diffstat:
| M | .github/workflows/Build Test.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml @@ -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
