From 14758492956e9b0f56c7bf99be384574ac638de5 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 26 Jun 2025 16:25:07 +0530 Subject: [PATCH] ci: Rebuild mysqlclient --- .github/helper/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 95e95b07153..acdb46517e0 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -4,10 +4,14 @@ set -e cd ~ || exit + +curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash sudo apt update sudo apt remove mysql-server mysql-client sudo apt install libcups2-dev redis-server mariadb-client libmariadb-dev +pip cache remove mysqlclient + pip install frappe-bench githubbranch=${GITHUB_BASE_REF:-${GITHUB_REF##*/}}