Skip to content

Commit

Permalink
Install mysql8 client library
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoba committed Dec 5, 2023
1 parent 336a8cc commit c42b225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: perl -V
- name: Install Dependencies
run: |
apt-get update -y && apt-get install -y zsh libmysqlclient-dev
curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
perl ./cpm install -g Test::Requires B::Debug Devel::Cover Devel::Cover::Report::Coveralls
perl ./cpm install -g --show-build-log-on-failure --with-recommends --with-test
apt update; apt install -y zsh
- name: Run Tests (no coverage)
if: ${{ !matrix.coverage }}
run: PERL=$(which perl) t/runtests.zsh
Expand Down

0 comments on commit c42b225

Please sign in to comment.