Skip to content

Commit 9788ced

Browse files
committed
Fix latexindent-check workflow by correcting package installation command
1 parent 0fc2f64 commit 9788ced

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- name: Install TeX Live and 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 libunicode-gcstring-perl libfile-find-rule-perl
67+
sudo apt-get install -y texlive texlive-latex-extra perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl
68+
sudo cpan -i Unicode::GCString
6869
6970
- name: Check formatting of all .tex files
7071
run: |

0 commit comments

Comments
 (0)