diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8bf098c..fcddcd4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,6 @@ steps: displayName: 'Install stack' - script: | + export PATH=$HOME/.local/bin:$PATH stack build displayName: 'Build reanimate'