Skip to content

Commit

Permalink
install DBD::mysql sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 25, 2025
1 parent 3826ae1 commit 2bdbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Prepare cpan
run: |
openssl version
cpan -M https://www.cpan.org -T App::cpanminus IO::Socket::SSL HTTP::Tiny ExtUtils::MakeMaker Test::Manifest ${{ vars.EXTRA_CPAN_MODULES }}
cpan -M https://www.cpan.org -T DBD::mysql App::cpanminus IO::Socket::SSL HTTP::Tiny ExtUtils::MakeMaker Test::Manifest ${{ vars.EXTRA_CPAN_MODULES }}
cpanm --notest Test::Manifest ${{ vars.EXTRA_CPANM_MODULES }}
# Install the dependencies, again not testing them. This installs the
# module in the current directory, so we end up installing the module,
Expand Down

0 comments on commit 2bdbc78

Please sign in to comment.