Skip to content

Commit

Permalink
try2fix gh actions; cpan flags
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Feb 5, 2024
1 parent 09bd487 commit 18fab3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
SET PERL_MM_OPT=INSTALL_BASE=C:/Perl5
C:\strawberry\perl\bin\cpan -i --notest App::Docmake Code::TidyAll::Plugin::ClangFormat
C:\strawberry\perl\bin\cpan -i App::Docmake Code::TidyAll::Plugin::ClangFormat
Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object
List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll
Test::Differences Test::RunValgrind Test::TrailingSpace Test::Trap
Expand Down
2 changes: 1 addition & 1 deletion CI-testing/translate-travis.yml-to-github-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _calc_batch_code(cmds):
continue
else:
cmd = cmd.replace(
"cpanm",
"cpanm --notest",
"C:\\strawberry\\perl\\bin\\cpan -i",
1,
)
Expand Down

0 comments on commit 18fab3b

Please sign in to comment.