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

Commit 3942bee

Browse files
committed
Update config.yml
1 parent 088a49e commit 3942bee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

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

7878
save-opam-cache:
7979
steps:
8080
- save_cache:
81-
key: v2-opam-cache-{{ arch }}-v0
81+
key: v3-opam-cache-{{ arch }}-v0
8282
paths:
8383
- ~/.opam
8484
- _opam
@@ -218,7 +218,7 @@ jobs:
218218
npm --version
219219
- restore_cache:
220220
keys:
221-
- v3-opam-cache-{{ arch }}
221+
- v4-opam-cache-{{ arch }}
222222
- opam_windows/init
223223
- opam_windows/create_switch
224224
- run:
@@ -231,7 +231,7 @@ jobs:
231231
eval $(opam env)
232232
opam install dune.1.11.4 --yes | cat
233233
- save_cache:
234-
key: v3-opam-cache-{{ arch }}
234+
key: v4-opam-cache-{{ arch }}
235235
paths:
236236
- C:/tools/cygwin/home/circleci/.opam
237237
- _opam

0 commit comments

Comments
 (0)