mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
azure wibbles.
Former-commit-id: c82632f86a503927b01d160364f0f4c335df8367
This commit is contained in:
parent
848bf9cac3
commit
9e5c5eb709
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ jobs:
|
|||
path: $(HOME)/.stack
|
||||
displayName: Cache ghc
|
||||
- script: |
|
||||
sudo apt install latex dvisvgm texlive-latex-base texlive-latex-extra texlive-math-extra texlive-lang-chinese -y
|
||||
ghc --version
|
||||
ghc-pkg list
|
||||
sudo apt-get update
|
||||
sudo apt-get install latex dvisvgm texlive-latex-base texlive-latex-extra texlive-math-extra texlive-lang-chinese -y
|
||||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue