Fix CI error (#20)

This commit is contained in:
Song Li 2020-04-27 09:38:43 +08:00 committed by GitHub
parent bfa9cda4d9
commit aa36c31a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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