From: Charles McGarvey Date: Fri, 8 Apr 2022 22:38:12 +0000 (-0600) Subject: install cpanminus via homebrew for macOS testing X-Git-Tag: v0.900~6 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=commitdiff_plain;h=ebf4bf605adb5655dc557c4e4a767f53ae85e535;hp=edf0073dbd02a322815c772215b10a5212637910 install cpanminus via homebrew for macOS testing --- 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