commit daafb12391241f654052e864c65794c8c4f63c4b parent 28fc8bcb81e3b4782d0949399149aac6045097d6 Author: Raymond Li <hi@raymond.li> Date: Sun, 8 Mar 2020 15:56:29 -0400 Fix build test dependencies Diffstat:
| M | .github/workflows/Build Test.yml | | | 2 | +- |
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 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 + run: sudo apt install pkg-config libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0 libxcb-composite0-dev libev-dev libx11-xcb-dev - name: autoreconf run: autoreconf --force --install - name: configure
