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