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 @@ -157,7 +157,7 @@ jobs:
157
157
# matrix.ocaml_compiler may contain commas
158
158
- name : Get OPAM cache key
159
159
shell : bash
160
- run : echo "opam_cache_key=opam-env-v7-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
160
+ run : echo "opam_cache_key=opam-env-v7-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('**/* .opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
161
161
162
162
- name : Restore OPAM environment
163
163
id : cache-opam-env
@@ -254,7 +254,7 @@ jobs:
254
254
id : compiler-build-state-key
255
255
shell : bash
256
256
run : |
257
- echo "value=compiler-build-state-v1-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" \
257
+ echo "value=compiler-build-state-v1-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('**/* .opam') }}" \
258
258
| sed 's/,/-/g' >> "$GITHUB_OUTPUT"
259
259
260
260
- name : Restore compiler build state
You can’t perform that action at this time.
0 commit comments