Skip to content

Commit 723cee1

Browse files
committed
Forgot the dollar sign
1 parent 5fa817b commit 723cee1

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
@@ -101,7 +101,7 @@ jobs:
101101
curl --silent --show-error --write-out "$CURL_OUTPUT_FORMAT" -O "https://dev.mysql.com/get/Downloads/Connector-ODBC/9.2/${MYSQL_DRIVER}"
102102
ls -l "${MYSQL_DRIVER}"
103103
echo "*** apt-get install the driver"
104-
sudo apt-get install --yes "./{MYSQL_DRIVER}"
104+
sudo apt-get install --yes "./${MYSQL_DRIVER}"
105105
env:
106106
CURL_OUTPUT_FORMAT: '%{http_code} %{filename_effective} %{size_download} %{time_total}\n'
107107
MYSQL_DRIVER: mysql-connector-odbc_9.2.0-1ubuntu24.10_amd64.deb

0 commit comments

Comments
 (0)