File tree Expand file tree Collapse file tree 1 file changed +5
-26
lines changed
Expand file tree Collapse file tree 1 file changed +5
-26
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9- fix-test :
10- if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
11- runs-on : ubuntu-latest
12- steps :
13- - name : Checkout
14- uses : actions/checkout@v6
15-
16- - name : Set up TeX Live
17- uses : TeX-Live/setup-texlive-action@v3
18- with :
19- package-file : .github/tl_packages
20-
21-
22- - run : l3build save font-newtx
23- - run : l3build save package-algorithm2e
24- - run : l3build save package-amsthm
25- - name : Upload
26- uses : actions/upload-artifact@v6
27- with :
28- name : test
29- path : test
30- retention-days : 3
31-
32-
339 test :
3410 if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
3511 name : Test
3915 uses : actions/checkout@v6
4016
4117 - name : Set up TeX Live
42- uses : zauguin/install -texlive@v4
18+ uses : TeX-Live/setup -texlive-action@v3
4319 with :
44- package_file : .github/tl_packages
20+ package-file : .github/tl_packages
21+ # uses: zauguin/install-texlive@v4
22+ # with:
23+ # package_file: .github/tl_packages
4524
4625 - name : Test example
4726 run : make main
You can’t perform that action at this time.
0 commit comments