We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14b225 commit b6c06c6Copy full SHA for b6c06c6
1 file changed
.github/workflows/tests.yaml
@@ -43,8 +43,8 @@ jobs:
43
# List the required TeX Live packages in a separate file to allow reuse in
44
# different workflows.
45
package_file: .github/tl_packages
46
- - name lxgw
47
- run tlmgr remove collection-langchinese
+ - name: lxgw
+ run: tlmgr remove collection-langchinese
48
# The l3build job contains the actual work. We misuse the matrix mechanism to
49
# create three jobs which only differ in minimal elements.
50
# For tags we do not run this since we run the release job instead.
0 commit comments