azure wibbles.

Former-commit-id: c82632f86a503927b01d160364f0f4c335df8367
This commit is contained in:
David Himmelstrup 2019-09-10 09:49:53 +08:00
commit 9e5c5eb709

View file

@ -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'