mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
CI: azure wibbles on osx.
Former-commit-id: c911b11e213b4e413f6290250af98619597c4dad
This commit is contained in:
parent
c9642603dc
commit
3b23b86b3a
1 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- task: CacheBeta@0
|
||||
inputs:
|
||||
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS)
|
||||
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version2
|
||||
path: $(STACK_ROOT)
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
displayName: Cache stack root
|
||||
|
|
@ -49,7 +49,6 @@ jobs:
|
|||
#xelatex -interaction=nonstopmode test.tex
|
||||
brew install ffmpeg
|
||||
brew install povray
|
||||
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
|
||||
mkdir -p ~/.local/bin
|
||||
curl -skL https://get.haskellstack.org/stable/osx-x86_64.tar.gz | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue