Skip to content

Commit afdbd78

Browse files
authored
Merge pull request #63 from sixapart/mariadb-apt-get
no need to mariadb_repo_setup
2 parents fbe32b7 + 2092838 commit afdbd78

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ jobs:
5454
- uses: actions/checkout@v1
5555
- name: perl -V
5656
run: perl -V
57-
- name: setup mariadb repo
58-
run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
5957
- name: apt-get
60-
run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-server
58+
run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-client mariadb-server
6159
- name: Install dependencies
6260
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
6361
- name: Run tests

0 commit comments

Comments
 (0)