We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9788ced commit b691018Copy full SHA for b691018
1 file changed
.github/workflows/build_and_test.yml
@@ -57,14 +57,14 @@ jobs:
57
run: python .github/workflows/test_scripts/check_compilability.py
58
59
latexindent-check:
60
- runs-on: ubuntu-latest
+ runs-on: xu-cheng/texlive-action@v2
61
steps:
62
- uses: actions/checkout@v4
63
64
- - name: Install TeX Live and latexindent dependencies
+ - name: Install latexindent dependencies
65
run: |
66
sudo apt-get update
67
- sudo apt-get install -y texlive texlive-latex-extra perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl
+ sudo apt-get install -y perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl
68
sudo cpan -i Unicode::GCString
69
70
- name: Check formatting of all .tex files
0 commit comments