Skip to content

Commit 5685220

Browse files
ci: Minimize packages
1 parent 08614f9 commit 5685220

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

.github/tl_packages

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
scheme-minimal
2+
3+
collection-latex
4+
collection-xetex
5+
6+
# collection-binextra
7+
latexmk
8+
9+
# collection-langchinese
10+
ctex
11+
zhlineskip
12+
13+
# collection-bibtexextra
14+
biber
15+
biblatex
16+
biblatex-gb7714-2015
17+
18+
# collection-latexextra
19+
enumitem
20+
fmtcount
21+
multirow
22+
titlesec
23+
xint # indirect
24+
xstring # indirect
25+
26+
# collection-latexrecommended
27+
booktabs
28+
caption
29+
hologo
30+
listings
31+
mathtools # indirect
32+
metalogo
33+
pdflscape # indirect
34+
pdfpages
35+
setspace
36+
subfig
37+
underscore # indirect
38+
unicode-math
39+
40+
# collection-plaingeneric
41+
dirtree
42+
poormanlog # indirect
43+
44+
# collection-fontsextra
45+
asana-math
46+
fontawesome5 # indirect
47+
xits
48+
49+
# collection-fontsrecommended
50+
tex-gyre

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: teatimeguest/setup-texlive-action@v3
1717
with:
18-
packages: |
19-
scheme-full
18+
package-file: |
19+
.github/tl_packages
2020
- name: Setup fonts
2121
run: |
2222
sudo apt update

0 commit comments

Comments
 (0)