We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe32b7 + 2092838 commit afdbd78Copy full SHA for afdbd78
1 file changed
.github/workflows/build.yml
@@ -54,10 +54,8 @@ jobs:
54
- uses: actions/checkout@v1
55
- name: perl -V
56
run: perl -V
57
- - name: setup mariadb repo
58
- run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
59
- name: apt-get
60
- run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-server
+ run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-client mariadb-server
61
- name: Install dependencies
62
run: curl -sL https://git.io/cpm | sudo perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_mariadb --feature=test_fork
63
- name: Run tests
0 commit comments