ci: Dont specify client version

Clients work on mysql protocol ABI which works for huge ranges of
servers.
This commit is contained in:
Ankush Menat 2024-12-16 13:22:02 +05:30
parent eaa6e4003a
commit f5b22ee2f4

View file

@ -86,7 +86,7 @@ runs:
- name: Maybe clone additional apps
shell: bash -e {0}
env:
env:
org: ${{ env.FRAPPE_GH_ORG || github.repository_owner }}
ref: ${{ github.event.client_payload.frappe_sha || github.base_ref || github.ref_name }}
run: |
@ -148,7 +148,7 @@ runs:
sudo apt -qq update
sudo apt -qq remove mysql-server mysql-client
sudo apt -qq install libcups2-dev redis-server mariadb-client-10.6
sudo apt -qq install libcups2-dev redis-server mariadb-client
if [ "$(lsb_release -rs)" = "22.04" ]; then
wget -q -O /tmp/wkhtmltox.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb