Skip to content

Commit

Permalink
double hyphen on --installdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 8, 2023
1 parent 97fb2ed commit 959572b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
# version 20230503.001
# version 20230508.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# but that's not a big deal.
- name: Install dependencies
run: |
cpanm --notest -installdeps .
cpanm --notest --installdeps .
- name: Run tests
run: |
perl Makefile.PL
Expand Down

0 comments on commit 959572b

Please sign in to comment.