Skip to content

Commit e314cd1

Browse files
committed
Fix latexindent-check job to use correct runner and restore dependency installation steps
1 parent b691018 commit e314cd1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

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

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

64-
- name: Install latexindent dependencies
64+
- uses: xu-cheng/texlive-action@v2
65+
with:
66+
scheme: full
67+
68+
- name: Install Perl dependencies
6569
run: |
6670
sudo apt-get update
6771
sudo apt-get install -y perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl

0 commit comments

Comments
 (0)