Fix CI error

This commit is contained in:
Song Li
2020-04-27 08:48:13 +08:00
committed by GitHub
parent bfa9cda4d9
commit 777a3a0f68

View File

@@ -17,9 +17,9 @@ install:
- sudo bash install-tl.sh - sudo bash install-tl.sh
- source ~/.bash_profile - source ~/.bash_profile
- export TLMGR=`which tlmgr` - export TLMGR=`which tlmgr`
- sudo $TMLGR install letltxmacro
# update texlive # update texlive
- sudo $TLMGR update --self --all - sudo $TLMGR update --self --all
- sudo $TLMGR install letltxmacro
script: script:
- make html - make html