Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhughes committed Nov 19, 2023
2 parents bef6a51 + 2135647 commit 62ae15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/batch-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: installing perl modules for latexindent.pl
run: |
cpanm YAML::Tiny
cpanm File::HomeDir
cpanm -f File::HomeDir
- if: ${{ matrix.platform == 'ubuntu-latest' || matrix.platform == 'macos-latest' }}
name: loop for running latexindent.pl --check test-cases/check-switch-tests/*.tex
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation-and-executables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
run: |
cpanm -f PAR::Packer
cpanm YAML::Tiny
cpanm File::HomeDir
cpanm -f File::HomeDir
cpanm Unicode::GCString
- name: preparations for PAR packer
run: |
Expand Down

0 comments on commit 62ae15b

Please sign in to comment.