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