We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e95d30 commit dd2bb85Copy full SHA for dd2bb85
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: compile LaTeX document
33
uses: xu-cheng/texlive-action/@v2
34
with:
35
- texlive_version: 2025
+ texlive_version: 2024
36
run: |
37
make ENGINE=${{ matrix.compiler }} all
38
mv main.pdf linux${{ matrix.compiler }}.pdf
0 commit comments