Skip to content

Commit ffa3510

Browse files
committed
Work around prove6 bug in CI
Work around Leont/app-prove6#19 by installing the last App::Prove6 release without that bug.
1 parent b6e31bb commit ffa3510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Install Dependencies
3232
run: zef install --/test --test-depends --deps-only .
3333
- name: Install App::Prove6
34-
run: zef install --/test App::Prove6
34+
run: zef install --/test App::Prove6:ver<0.0.15>
3535
- name: Run Tests
3636
run: prove6 -l -v t

0 commit comments

Comments
 (0)