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