]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - .github/workflows/macos.yml
install cpanminus via homebrew for macOS testing
[chaz/p5-File-KDBX-XS] / .github / workflows / macos.yml
index 036a07315a8c57a17fed5dfc33f955deafddbe01..547be3224dc5193268802800036d7b315ab2a58d 100644 (file)
@@ -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
This page took 0.017644 seconds and 4 git commands to generate.