From 48f7c76472f40c0d5c48b9f5c00bb64ef7ca928f Mon Sep 17 00:00:00 2001 From: Keita Jamadam Sugama Date: Thu, 12 Feb 2026 12:14:52 +0900 Subject: [PATCH] specify mariadb version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4cb076..e56c768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: - name: perl -V run: perl -V - name: setup mariadb repo - run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash + run: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=12.1.2 - name: apt-get run: sudo apt-get update && sudo apt-get install -y libmariadb-dev libmariadb-dev-compat mariadb-server - name: Install dependencies