We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cabc7 commit b6850bfCopy full SHA for b6850bf
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
# matrix.ocaml_compiler may contain commas
152
- name: Get OPAM cache key
153
shell: bash
154
- run: echo "opam_cache_key=opam-env-v3-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
+ run: echo "opam_cache_key=opam-env-v4-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
155
156
- name: Restore OPAM environment
157
id: cache-opam-env
0 commit comments