azure: install ghc

Former-commit-id: 49b9518e3d9bac9ddad1cce1bbe6c983d2d5628e
This commit is contained in:
David Himmelstrup 2019-09-10 14:06:19 +08:00
commit 5aec5a52c2

View file

@ -43,7 +43,7 @@ jobs:
mkdir -p ~/.local/bin
export PATH=$HOME/.local/bin:$PATH
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
stack build --fast
stack build --fast --no-system-ghc --install-ghc
./examples/counter.hs check
stack path
displayName: 'Build reanimate'