Skip to content

Commit b6850bf

Browse files
committed
Increment opam cache key
1 parent 04cabc7 commit b6850bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)