We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ea54a commit 9fb8789Copy full SHA for 9fb8789
perl-module-macos.yml
@@ -1,5 +1,5 @@
1
# brian's standard GitHub Actions macOS config for Perl 5 modules
2
-# version 20240130.001
+# version 20240426.001
3
# https://github.com/briandfoy/github_workflows
4
# https://github.com/features/actions
5
# This file is licensed under the Artistic License 2.0
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Perl
51
run: |
52
brew install perl
53
- ls -d /usr/local/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
+ ls -d /opt/homebrew/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
54
perl -v | perl -0777 -ne 'm/(v5\.\d+)/ && print "PERL_VERSION=$1"' >> $GITHUB_ENV
55
- name: Perl version check
56
run: perl -V
0 commit comments