We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6a5ec commit 5fa817bCopy full SHA for 5fa817b
.github/workflows/common_tests.yml
@@ -101,7 +101,7 @@ 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 apt-get install --yes "./{MYSQL_DRIVER}"
105
env:
106
CURL_OUTPUT_FORMAT: '%{http_code} %{filename_effective} %{size_download} %{time_total}\n'
107
MYSQL_DRIVER: mysql-connector-odbc_9.2.0-1ubuntu24.10_amd64.deb
0 commit comments