mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
azure cache
This commit is contained in:
parent
e5ac697440
commit
cf0d5b48c9
1 changed files with 2 additions and 3 deletions
|
|
@ -39,8 +39,7 @@ jobs:
|
|||
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'
|
||||
stack build
|
||||
stack build --fast
|
||||
./examples/counter.hs check
|
||||
which ghc
|
||||
ghc --version
|
||||
stack path
|
||||
displayName: 'Build reanimate'
|
||||
|
|
|
|||
Loading…
Reference in a new issue