We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4432869 commit 48139bdCopy full SHA for 48139bd
.github/workflows/main.yaml
@@ -47,12 +47,13 @@ jobs:
47
- if: ${{ matrix.kind == 'doc' }}
48
run: sudo apt-get update && sudo apt-get install python3-docutils
49
- name: Install TeX Live
50
- uses: zauguin/install-texlive@v3
+ uses: zauguin/install-texlive@v4
51
with:
52
# The list of packages to install is in a separate file under .github/tl_packages
53
# to allow reuse.
54
package_file: .github/tl_packages
55
cache_version: 0
56
+ texlive_version: "2024"
57
- name: Run l3build
58
run: ${{ format('l3build {0} -q -H', matrix.kind == 'doc' && 'doc' || 'check --show-log-on-error') }}
59
# Now we create the artifacts: There are two cases where this happens.
0 commit comments