1 parent a7791aa commit 617d305Copy full SHA for 617d305
1 file changed
.github/workflows/windows.yaml
@@ -22,8 +22,9 @@ jobs:
22
- name: Download and Unzip Connector
23
if: steps.cache-connector.outputs.cache-hit != 'true'
24
shell: bash
25
+ # zip URL should be updated by hand on each release.
26
run: |
- 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"
28
unzip "mariadb-connector-c-${CONNECTOR_VERSION}-src.zip" -d c:/
29
mv "c:/mariadb-connector-c-${CONNECTOR_VERSION}-src" c:/mariadb-connector-src
30
0 commit comments