Skip to content

Commit

Permalink
chore: change cache key to invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Oct 16, 2024
1 parent 766bd1d commit cae004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ commands:
- restore_cache:
name: Restoring Chocolatey cache
keys:
- chocolatey-cache-v3-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- chocolatey-cache-v4-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- run:
name: Install Windows dependencies
shell: bash.exe
Expand Down

0 comments on commit cae004a

Please sign in to comment.