X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fmacos.yml;h=547be3224dc5193268802800036d7b315ab2a58d;hb=ebf4bf605adb5655dc557c4e4a767f53ae85e535;hp=28434bf8cefa71b04b8f47a60144ea03e3d5455f;hpb=83a766423068c52c728ab57742084410c936f701;p=chaz%2Fp5-File-KDBX-XS diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 28434bf..547be32 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,12 +14,16 @@ jobs: steps: - name: Install perl - run: brew install perl + run: brew install perl cpanminus - name: Print perl version run: perl -V + - name: Install dzil + run: cpanm -n Dist::Zilla - name: Checkout code uses: actions/checkout@v3 - - name: Install dependencies - run: curl -sL https://git.io/cpm |perl - install -g --with-develop --show-build-log-on-failure + - name: Install author dependencies + run: dzil authordeps --missing |cpanm -n + - name: Install module dependencies + run: dzil listdeps --develop --missing |cpanm -n - name: Run tests run: dzil smoke --author --release