Skip to content

Commit

Permalink
Issue #3617: pass the argument '--verbose'
Browse files Browse the repository at this point in the history
mainly to make the args parameter non-empty and cpm actually does install
  • Loading branch information
bschmalhofer committed Jul 20, 2024
1 parent 7d6ee70 commit ea5f77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cache_local_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
if: steps.cache_local_lib.outputs.cache-hit != 'true'
uses: perl-actions/install-with-cpm@stable
with:
args: '--verbose'
global: false
tests: false
sudo: false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/code_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tests: false
sudo: false

- name: 'move cpanfile.snapshot in place'
- name: 'move cpanfile and cpanfile.snapshot in place'
if: steps.cache_local_lib.outputs.cache-hit != 'true'
run: |
cp cpanfile.docker cpanfile
Expand All @@ -83,6 +83,7 @@ jobs:
if: steps.cache_local_lib.outputs.cache-hit != 'true'
uses: perl-actions/install-with-cpm@stable
with:
args: '--verbose'
global: false
tests: false
sudo: false
Expand Down

0 comments on commit ea5f77f

Please sign in to comment.