We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc2f64 commit 9788cedCopy full SHA for 9788ced
1 file changed
.github/workflows/build_and_test.yml
@@ -64,7 +64,8 @@ jobs:
64
- name: Install TeX Live and 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 libunicode-gcstring-perl libfile-find-rule-perl
+ 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
69
70
- name: Check formatting of all .tex files
71
0 commit comments