Skip to content

Commit

Permalink
update cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 23, 2024
1 parent 55b510b commit f608805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/cache@v4
with:
path: c:/mariadb-connector
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win-1

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

0 comments on commit f608805

Please sign in to comment.