File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2929 # to generate the artifact when the run is successful, not when it fails.
3030 kind : [test]
3131 platform : [Linux, Windows, macOS]
32+ texlive_version : ["2023", "2024", "2025"]
3233 include :
3334 - kind : doc
3435 platform : Linux
@@ -47,12 +48,13 @@ jobs:
4748 - if : ${{ matrix.kind == 'doc' }}
4849 run : sudo apt-get update && sudo apt-get install python3-docutils
4950 - name : Install TeX Live
50- uses : zauguin/install-texlive@v3
51+ uses : zauguin/install-texlive@v4.0.0-rc1
5152 with :
5253 # The list of packages to install is in a separate file under .github/tl_packages
5354 # to allow reuse.
5455 package_file : .github/tl_packages
5556 cache_version : 0
57+ texlive_version : ${{ matrix.texlive_version }}
5658 - name : Run l3build
5759 run : ${{ format('l3build {0} -q -H', matrix.kind == 'doc' && 'doc' || 'check --show-log-on-error') }}
5860 # Now we create the artifacts: There are two cases where this happens.
You can’t perform that action at this time.
0 commit comments