Skip to content

Commit 7a2161b

Browse files
committed
TL Current is now 2024
1 parent 68b4d31 commit 7a2161b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Test TL current
3737
run: |
3838
python -m install_texlive -c="-a" -p $HOME/texlive -v -f tex-packages.txt
39-
export PATH=$HOME/texlive/2023/bin/x86_64-linux:$PATH
39+
export PATH=$HOME/texlive/2024/bin/x86_64-linux:$PATH
4040
latexmk -lualatex -halt-on-error -interaction=nonstopmode hello.tex

0 commit comments

Comments
 (0)