Use apt-get

This commit is contained in:
Dongdong Tian 2022-02-06 11:15:57 +08:00
parent 591f34429d
commit 6a737cc7bc

View File

@ -34,13 +34,16 @@ jobs:
- name: Build HTML documentaiton
run: make html
- name: Install TinyTeX
uses: r-lib/actions/setup-tinytex@v1
- name: Install LaTeX
run: sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- name: Install LaTeX packages
run: |
tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
parskip fancyhdr titlesec hypcap
#- name: Install TinyTeX
# uses: r-lib/actions/setup-tinytex@v1
#- name: Install LaTeX packages
# run: |
# tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
# parskip fancyhdr titlesec hypcap
- name: Build PDF documentaiton
run: |