Try installing X11 libraries in CI

This commit is contained in:
Tom McLaughlin 2021-05-28 00:12:55 -06:00
parent 7183989813
commit ba051bae1c

View File

@ -85,6 +85,11 @@ jobs:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
- name: apt
run: |
apt-get update
apt-get install -y libx11-dev libxext-dev libxinerama-dev libxrandr-dev libxss-dev
- name: Build
run: |
cd sandwich