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 - name: Build HTML documentaiton
run: make html run: make html
- name: Install TinyTeX - name: Install LaTeX
uses: r-lib/actions/setup-tinytex@v1 run: sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- name: Install LaTeX packages #- name: Install TinyTeX
run: | # uses: r-lib/actions/setup-tinytex@v1
tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
parskip fancyhdr titlesec hypcap #- name: Install LaTeX packages
# run: |
# tlmgr install wrapfig capt-of upquote needspace tabulary varwidth \
# parskip fancyhdr titlesec hypcap
- name: Build PDF documentaiton - name: Build PDF documentaiton
run: | run: |