Skip to content

Commit 48f7c76

Browse files
committed
specify mariadb version
1 parent fbe32b7 commit 48f7c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: perl -V
5656
run: perl -V
5757
- name: setup mariadb repo
58-
run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
58+
run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=12.1.2
5959
- name: apt-get
6060
run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-server
6161
- name: Install dependencies

0 commit comments

Comments
 (0)