Skip to content

Commit b691018

Browse files
committed
Refactor latexindent-check job to use correct runner and simplify dependency installation
1 parent 9788ced commit b691018

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
run: python .github/workflows/test_scripts/check_compilability.py
5858

5959
latexindent-check:
60-
runs-on: ubuntu-latest
60+
runs-on: xu-cheng/texlive-action@v2
6161
steps:
6262
- uses: actions/checkout@v4
6363

64-
- name: Install TeX Live and latexindent dependencies
64+
- name: Install latexindent dependencies
6565
run: |
6666
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
67+
sudo apt-get install -y perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl
6868
sudo cpan -i Unicode::GCString
6969
7070
- name: Check formatting of all .tex files

0 commit comments

Comments
 (0)