Skip to content

Commit 21f88c1

Browse files
committed
back to v5 cache
1 parent eef0be6 commit 21f88c1

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-v6-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
154+
run: echo "opam_cache_key=opam-env-v5-${{ 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)