We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b510b commit f608805Copy full SHA for f608805
.github/workflows/windows.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/cache@v4
18
with:
19
path: c:/mariadb-connector
20
- key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
+ key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win-1
21
22
- name: Download and Unzip Connector
23
if: steps.cache-connector.outputs.cache-hit != 'true'
0 commit comments