Skip to content

Commit d1566b1

Browse files
committed
increase cache version
1 parent 5599abf commit d1566b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# matrix.ocaml_compiler may contain commas
151151
- name: Get OPAM cache key
152152
shell: bash
153-
run: echo "opam_cache_key=opam-env-v3-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
153+
run: echo "opam_cache_key=opam-env-v4-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
154154

155155
- name: Restore OPAM environment
156156
id: cache-opam-env

0 commit comments

Comments
 (0)