mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
azure: install ghc
Former-commit-id: 49b9518e3d9bac9ddad1cce1bbe6c983d2d5628e
This commit is contained in:
parent
0bc085a47f
commit
5aec5a52c2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
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'
|
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||||
stack build --fast
|
stack build --fast --no-system-ghc --install-ghc
|
||||||
./examples/counter.hs check
|
./examples/counter.hs check
|
||||||
stack path
|
stack path
|
||||||
displayName: 'Build reanimate'
|
displayName: 'Build reanimate'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue