We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13efbf3 commit f1ee4d2Copy full SHA for f1ee4d2
.github/workflows/common_tests.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
cd "$RUNNER_TEMP"
100
echo "*** download driver"
101
- curl --silent --show-error --write-out "$CURL_OUTPUT_FORMAT" -O "https://dev.mysql.com/get/Downloads/Connector-ODBC/9.2/${MYSQL_DRIVER}"
+ curl --silent --show-error --write-out "$CURL_OUTPUT_FORMAT" -O -L "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 dpkg -i "./${MYSQL_DRIVER}"
0 commit comments