We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723cee1 commit f24d440Copy full SHA for f24d440
.github/workflows/common_tests.yml
@@ -101,10 +101,11 @@ jobs:
101
curl --silent --show-error --write-out "$CURL_OUTPUT_FORMAT" -O "https://dev.mysql.com/get/Downloads/Connector-ODBC/9.2/${MYSQL_DRIVER}"
102
ls -l "${MYSQL_DRIVER}"
103
echo "*** apt-get install the driver"
104
- sudo apt-get install --yes "./${MYSQL_DRIVER}"
+ sudo dpkg -i "./${MYSQL_DRIVER}"
105
+ sudo apt-get install -f
106
env:
107
CURL_OUTPUT_FORMAT: '%{http_code} %{filename_effective} %{size_download} %{time_total}\n'
- MYSQL_DRIVER: mysql-connector-odbc_9.2.0-1ubuntu24.10_amd64.deb
108
+ MYSQL_DRIVER: mysql-connector-odbc_9.2.0-1ubuntu24.04_amd64.deb
109
110
- name: Check ODBC setup
111
if: matrix.py_db_module == 'pyodbc'
0 commit comments