Skip to content

Commit

Permalink
TL Current is now 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Mar 19, 2024
1 parent 68b4d31 commit 7a2161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Test TL current
run: |
python -m install_texlive -c="-a" -p $HOME/texlive -v -f tex-packages.txt
export PATH=$HOME/texlive/2023/bin/x86_64-linux:$PATH
export PATH=$HOME/texlive/2024/bin/x86_64-linux:$PATH
latexmk -lualatex -halt-on-error -interaction=nonstopmode hello.tex

0 comments on commit 7a2161b

Please sign in to comment.