mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Add directory to make azure happy.
This commit is contained in:
parent
09aee2d1de
commit
a01b17dd30
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue