From a01b17dd30ad7c5f668e896110c08136fe515628 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Sat, 6 Jul 2019 19:30:16 +0800 Subject: [PATCH] Add directory to make azure happy. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 72a2066..30146d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'