azure: Fix PATH.

This commit is contained in:
David Himmelstrup 2019-07-06 19:36:46 +08:00
commit d1d6148844

View file

@ -12,6 +12,7 @@ pool:
steps:
- script: |
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'
displayName: 'Install stack'