Add a missing update

This commit is contained in:
Michael Snoyman 2019-05-26 13:15:09 +03:00
parent 13ec0dec3f
commit 3a97473118
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -11,6 +11,7 @@ jobs:
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
export PATH=$HOME/.local/bin:$PATH
sudo apt-get update
sudo apt-get install libpq-dev
stack test --interleaved-output