Skip to content

Commit

Permalink
See if curl is still required
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2024
1 parent d5080f0 commit b2d491b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
run: curl -L https://cpanmin.us | perl - --installdeps .
- name: Install TAP::Formatter::GitHubActions
run: curl -L https://cpanmin.us | perl - -n TAP::Formatter::GitHubActions
run: |
cpanm --installdeps .
cpanm -n TAP::Formatter::GitHubActions
- name: Run Tests
run: prove --merge --formatter TAP::Formatter::GitHubActions -l t t/mojo t/mojolicious

0 comments on commit b2d491b

Please sign in to comment.