We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cb1f8 commit 5569991Copy full SHA for 5569991
.github/workflows/test.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: Install Dependencies
29
run: |
30
zef install --/test App::Prove6
31
+ zef install --deps-only LWP::Simple
32
+ zef install --verbose --force LWP::Simple
33
zef install --deps-only .
34
- name: Run Tests
35
run: prove6 -I. t
0 commit comments