Minor cleanup of CI

This commit is contained in:
Tomas Janousek
2020-12-16 11:22:41 +00:00
parent 8648ea790a
commit 35e794b1b2
2 changed files with 4 additions and 4 deletions

View File

@@ -36,5 +36,5 @@ jobs:
set -ex
curl -sSL https://get.haskellstack.org/ | sh -s - -f
sudo apt install -y libasound2 libasound2-dev libxrandr-dev libtinfo-dev
sudo apt install -y libx11-dev libgmp-dev libxss-dev libxft-dev
sudo apt install -y libx11-dev libgmp-dev libxss-dev libxft-dev
stack --stack-yaml=${{ matrix.yaml }} test --fast --no-terminal --resolver=${{ matrix.resolver }}