File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
# matrix.ocaml_compiler may contain commas
153
153
- name : Get OPAM cache key
154
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
155
+ run : echo "opam_cache_key=opam-env-v7-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('/*.opam ') }}" | sed 's/,/-/g' >> $GITHUB_ENV
156
156
157
157
- name : Restore OPAM environment
158
158
id : cache-opam-env
@@ -249,7 +249,7 @@ jobs:
249
249
id : compiler-build-state-key
250
250
shell : bash
251
251
run : |
252
- echo "value=compiler-build-state-v1-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project ') }}" \
252
+ echo "value=compiler-build-state-v1-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('/*.opam ') }}" \
253
253
| sed 's/,/-/g' >> "$GITHUB_OUTPUT"
254
254
255
255
- name : Restore compiler build state
You can’t perform that action at this time.
0 commit comments