ci: Dont specify client version
Clients work on mysql protocol ABI which works for huge ranges of servers.
This commit is contained in:
parent
eaa6e4003a
commit
f5b22ee2f4
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue