From ebf4bf605adb5655dc557c4e4a767f53ae85e535 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 8 Apr 2022 16:38:12 -0600 Subject: [PATCH] install cpanminus via homebrew for macOS testing --- .github/workflows/macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 036a073..547be32 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,11 +14,9 @@ jobs: steps: - name: Install perl - run: brew install perl + run: brew install perl cpanminus - name: Print perl version run: perl -V - - name: Install cpanm - run: curl -sL https://cpanmin.us |perl - App::cpanminus - name: Install dzil run: cpanm -n Dist::Zilla - name: Checkout code -- 2.43.0