Skip to content

Commit

Permalink
speed up build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr authored Nov 7, 2022
1 parent 87012b2 commit 88cfa43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

env:
CTAN_URL: https://mirrors.rit.edu/CTAN
TL_PACKAGES: abstract amscls amsmath amsfonts anyfontsize blkarray booktabs braket caption endnotes extarrows fancyhdr fandol float fontspec graphics hyperref jknapltx latexmk libertinus-fonts luatex85 l3packages mathalpha mathtools metafont mhchem multirow needspace newfloat paralist pgfplots psnfss physics scalerel sectsty siunitx subfig threeparttable tikz-feynman times tocbibind tocloft tools ulem xcolor xecjk collection-fontsrecommended collection-fontsextra
TL_PACKAGES: abstract amscls amsmath anyfontsize blkarray booktabs braket caption extarrows fancyhdr float fontspec graphics hyperref latexmk luatex85 l3packages mathalpha mathtools metafont mhchem multirow needspace newfloat paralist pgfplots physics scalerel sectsty siunitx subfig threeparttable tikz-feynman times tocbibind tocloft tools ulem xcolor xecjk
TL_FONT_PCK: amsfonts fandol inconsolata jknapltx libertinus-fonts psnfss collection-fontsrecommended

jobs:
build-on-ubuntu:
Expand All @@ -30,7 +31,7 @@ jobs:
wget ${{ env.CTAN_URL }}/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xzf install-tl-unx.tar.gz
cd install-tl-20* && ./install-tl --profile ../.github/workflows/texlive.profile
tlmgr install ${{ env.TL_PACKAGES }}
tlmgr install ${{ env.TL_PACKAGES }} ${{ env.TL_FONT_PCK }}
tlmgr update --self --all --no-auto-install --repository=${{ env.CTAN_URL }}/systems/texlive/tlnet/
- name: Compile test file
run: |
Expand Down

0 comments on commit 88cfa43

Please sign in to comment.