diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 787e2427d5..b56f6540f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,8 +22,8 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies - run: | - curl -L https://cpanmin.us | perl - --installdeps . - curl -L https://cpanmin.us | perl - -n TAP::Formatter::GitHubActions + run: curl -L https://cpanmin.us | perl - --installdeps . + - name: Install TAP::Formatter::GitHubActions + run: curl -L https://cpanmin.us | perl - -n TAP::Formatter::GitHubActions - name: Run Tests run: prove --merge --formatter TAP::Formatter::GitHubActions -l t t/mojo t/mojolicious