Skip to content

Commit 6cc1d11

Browse files
committed
tmp: test opam
1 parent 343fe61 commit 6cc1d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# matrix.ocaml_compiler may contain commas
158158
- name: Get OPAM cache key
159159
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') }}-pr7390" | sed 's/,/-/g' >> $GITHUB_ENV
161161

162162
- name: Restore OPAM environment
163163
id: cache-opam-env

0 commit comments

Comments
 (0)