From d5080f09f279af0131e5f47ee99d5bd59aea8b1f Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Fri, 9 Feb 2024 13:56:02 +0100 Subject: [PATCH] Split installation steps --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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