Skip to content

Commit a234ff3

Browse files
authored
Replace setup-texlive-action in CI workflow (#4326)
* replace setup texlive action * cleanup in packages to install * one more
1 parent 9c43ad0 commit a234ff3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ jobs:
5454

5555
- name: Install Texlive (Linux)
5656
if: runner.os == 'Linux'
57-
uses: teatimeguest/setup-texlive-action@v3
57+
uses: zauguin/install-texlive@v4
5858
with:
59-
cache: true
60-
packages: scheme-basic fontspec inputenc fontenc tipa mathrsfs calligra xcolor standalone preview doublestroke ms everysel setspace rsfs relsize ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx wasy cm-super babel-english gnu-freefont mathastext cbfonts-fd xetex
59+
packages: >
60+
scheme-basic latex fontspec tipa calligra xcolor
61+
standalone preview doublestroke setspace rsfs relsize
62+
ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx
63+
wasy cm-super babel-english gnu-freefont mathastext cbfonts-fd xetex
6164
6265
- name: Start virtual display (Linux)
6366
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)