Skip to content

Commit 615fde5

Browse files
committed
Update latexindent-check job to use cpanminus for installing Unicode::GCString
1 parent 17b364c commit 615fde5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
with:
6666
scheme: full
6767
run: |
68-
apk add --no-cache perl perl-yaml-tiny perl-file-homedir perl-file-find-rule
69-
cpan -i Unicode::GCString
68+
apk add --no-cache perl perl-app-cpanminus perl-yaml-tiny perl-file-homedir perl-file-find-rule
69+
cpanm Unicode::GCString
7070
find . -name "*.tex" | while read file; do
7171
perl $(kpsewhich latexindent.pl) "$file" > "$file.formatted"
7272
if ! diff -q "$file" "$file.formatted" > /dev/null; then

0 commit comments

Comments
 (0)