Skip to content

Commit f608805

Browse files
committed
update cache key
1 parent 55b510b commit f608805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/cache@v4
1818
with:
1919
path: c:/mariadb-connector
20-
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
20+
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win-1
2121

2222
- name: Download and Unzip Connector
2323
if: steps.cache-connector.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)