Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit cca270e

Browse files
committed
Update config.yml
1 parent e7fa555 commit cca270e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ commands:
7373
steps:
7474
- restore_cache:
7575
keys:
76-
- v1-opam-cache-{{ arch }}-v0
76+
- v2-opam-cache-{{ arch }}-v0
7777

7878
save-opam-cache:
7979
steps:
8080
- save_cache:
81-
key: v1-opam-cache-{{ arch }}-v0
81+
key: v2-opam-cache-{{ arch }}-v0
8282
paths:
8383
- ~/.opam
8484
- _opam

0 commit comments

Comments
 (0)