Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/arxiv-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# WHY: Install TeX Live in CI in a maintainable way
# OBS: This action installs tlmgr, but does not install TeX packages unless specified
- name: A2) Setup TeX Live
uses: TeX-Live/setup-texlive-action@v3
uses: TeX-Live/setup-texlive-action@v4
with:
package-file: .github/tl_packages
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# WHY: Install TeX Live in CI in a maintainable way
# OBS: This action installs tlmgr, but does not install TeX packages unless specified
- name: A2) Setup TeX Live
uses: TeX-Live/setup-texlive-action@v3
uses: TeX-Live/setup-texlive-action@v4
with:
# WHY: At minimum, install a scheme so pdflatex/latexmk exist
# OBS: scheme-basic is the recommended minimum in the action docs
Expand Down