Add directory to make azure happy.

This commit is contained in:
David Himmelstrup 2019-07-06 19:30:16 +08:00
commit a01b17dd30

View file

@ -11,6 +11,7 @@ pool:
steps:
- script: |
mkdir -p ~/.local/bin
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'