Skip to content

Commit

Permalink
Shell quoting: *shakes fist*
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 28, 2023
1 parent ffa3510 commit 8c9a115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Install App::Prove6
run: zef install --/test App::Prove6:ver<0.0.15>
run: zef install --/test 'App::Prove6:ver<0.0.15>'
- name: Run Tests
run: prove6 -l -v t

0 comments on commit 8c9a115

Please sign in to comment.