Skip to content

Commit ded0679

Browse files
committed
Windows shell quoting: *shakes fist again*
1 parent 8c9a115 commit ded0679

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:ver<0.0.15>'
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)