Skip to content

Commit

Permalink
macos image now has perl in a different location
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 26, 2024
1 parent a39c2ef commit aede56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Perl
run: |
brew install perl
ls -d /usr/local/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
ls -d /opt/homebrew/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
perl -v | perl -0777 -ne 'm/(v5\.\d+)/ && print "PERL_VERSION=$1"' >> $GITHUB_ENV
- name: Perl version check
run: perl -V
Expand Down

0 comments on commit aede56f

Please sign in to comment.