mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-14 11:55:48 +01:00
Add a missing update
This commit is contained in:
parent
13ec0dec3f
commit
3a97473118
@ -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'
|
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
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install libpq-dev
|
sudo apt-get install libpq-dev
|
||||||
|
|
||||||
stack test --interleaved-output
|
stack test --interleaved-output
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user