Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr committed Nov 9, 2022
1 parent cba05ac commit 02ee484
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:

env:
CTAN_URL: https://mirrors.rit.edu/CTAN
TL_PACKAGES: abstract amscls amsfonts amsmath 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:
release:
Expand All @@ -32,7 +33,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 02ee484

Please sign in to comment.