Skip to content

Commit 48139bd

Browse files
committed
Update install TeX Live version
1 parent 4432869 commit 48139bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ jobs:
4747
- if: ${{ matrix.kind == 'doc' }}
4848
run: sudo apt-get update && sudo apt-get install python3-docutils
4949
- name: Install TeX Live
50-
uses: zauguin/install-texlive@v3
50+
uses: zauguin/install-texlive@v4
5151
with:
5252
# The list of packages to install is in a separate file under .github/tl_packages
5353
# to allow reuse.
5454
package_file: .github/tl_packages
5555
cache_version: 0
56+
texlive_version: "2024"
5657
- name: Run l3build
5758
run: ${{ format('l3build {0} -q -H', matrix.kind == 'doc' && 'doc' || 'check --show-log-on-error') }}
5859
# Now we create the artifacts: There are two cases where this happens.

0 commit comments

Comments
 (0)