diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b56f6540f3..abd0e283df 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 . - - 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