We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343fe61 commit 6cc1d11Copy full SHA for 6cc1d11
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
# matrix.ocaml_compiler may contain commas
158
- name: Get OPAM cache key
159
shell: bash
160
- run: echo "opam_cache_key=opam-env-v7-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
+ run: echo "opam_cache_key=opam-env-v7-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}-pr7390" | sed 's/,/-/g' >> $GITHUB_ENV
161
162
- name: Restore OPAM environment
163
id: cache-opam-env
0 commit comments