Skip to content

Commit f1ee4d2

Browse files
committed
Follow redirect in curl command
1 parent 13efbf3 commit f1ee4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
cd "$RUNNER_TEMP"
100100
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}"
101+
curl --silent --show-error --write-out "$CURL_OUTPUT_FORMAT" -O -L "https://dev.mysql.com/get/Downloads/Connector-ODBC/9.2/${MYSQL_DRIVER}"
102102
ls -l "${MYSQL_DRIVER}"
103103
echo "*** apt-get install the driver"
104104
sudo dpkg -i "./${MYSQL_DRIVER}"

0 commit comments

Comments
 (0)