build: remove tlmgr step from gh action
This commit is contained in:
parent
c3406dfc61
commit
f10fb5e64e
|
@ -14,8 +14,6 @@ jobs:
|
||||||
- uses: teatimeguest/setup-texlive-action@v3
|
- uses: teatimeguest/setup-texlive-action@v3
|
||||||
with:
|
with:
|
||||||
packages: scheme-full
|
packages: scheme-full
|
||||||
- name: Install l3build
|
|
||||||
run: tlmgr install l3build
|
|
||||||
- name: Build and test LaTeX package
|
- name: Build and test LaTeX package
|
||||||
run: |
|
run: |
|
||||||
l3build check
|
l3build check
|
||||||
|
|
Loading…
Reference in New Issue