We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b4d31 commit 7a2161bCopy full SHA for 7a2161b
.github/workflows/ci.yml
@@ -36,5 +36,5 @@ jobs:
36
- name: Test TL current
37
run: |
38
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
+ export PATH=$HOME/texlive/2024/bin/x86_64-linux:$PATH
40
latexmk -lualatex -halt-on-error -interaction=nonstopmode hello.tex
0 commit comments