Skip to content

Commit ff1b756

Browse files
committed
use v3 cache
1 parent eaee237 commit ff1b756

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