From: Charles McGarvey Date: Fri, 8 Apr 2022 23:02:12 +0000 (-0600) Subject: add perl's bin directory to $PATH X-Git-Tag: v0.900~4 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=commitdiff_plain;h=5ff32563f4289ab5e2dc1bc1f927e0adcca937a5;hp=5081062be781950fe3539f5145824d9c00c3de03 add perl's bin directory to $PATH --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8b59830..09ab99e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,9 @@ jobs: steps: - name: Install perl - run: brew install perl cpanminus + run: | + brew install perl cpanminus + perl -MConfig -e'print $Config{installscript}' >>$GITHUB_PATH - name: Print perl version run: perl -V - name: Install dzil