We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f888621 commit f11b182Copy full SHA for f11b182
1 file changed
.github/workflows/windows.yaml
@@ -23,7 +23,7 @@ jobs:
23
if: steps.cache-connector.outputs.cache-hit != 'true'
24
shell: bash
25
run: |
26
- curl -LO "https://downloads.mariadb.com/Connectors/c/connector-c-${CONNECTOR_VERSION}/mariadb-connector-c-${CONNECTOR_VERSION}-src.zip"
+ curl -LO "https://dlm.mariadb.com/4516912/Connectors/c/connector-c-${CONNECTOR_VERSION}/mariadb-connector-c-${CONNECTOR_VERSION}-src.zip"
27
unzip "mariadb-connector-c-${CONNECTOR_VERSION}-src.zip" -d c:/
28
mv "c:/mariadb-connector-c-${CONNECTOR_VERSION}-src" c:/mariadb-connector-src
29
0 commit comments