Skip to content

Commit 617d305

Browse files
committed
fix mariadb-connector-c url
1 parent a7791aa commit 617d305

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/windows.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Download and Unzip Connector
2323
if: steps.cache-connector.outputs.cache-hit != 'true'
2424
shell: bash
25+
# zip URL should be updated by hand on each release.
2526
run: |
26-
curl -LO "https://dlm.mariadb.com/4516912/Connectors/c/connector-c-${CONNECTOR_VERSION}/mariadb-connector-c-${CONNECTOR_VERSION}-src.zip"
27+
curl -LO "https://dlm.mariadb.com/4751031/Connectors/c/connector-c-3.4.9/mariadb-connector-c-3.4.9-src.zip"
2728
unzip "mariadb-connector-c-${CONNECTOR_VERSION}-src.zip" -d c:/
2829
mv "c:/mariadb-connector-c-${CONNECTOR_VERSION}-src" c:/mariadb-connector-src
2930

0 commit comments

Comments
 (0)