Skip to content

Commit

Permalink
macOS needs to know where cover is
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 2, 2021
1 parent ab4829a commit bd661d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Platform check
run: uname -a
- name: Set up Perl
run: brew install perl
run: |
brew install perl
echo /usr/local/Cellar/perl/5.32.1/bin >> $GITHUB_PATH
- name: Perl version check
run: perl -V
- name: Prepare cpan
Expand Down

0 comments on commit bd661d6

Please sign in to comment.