Skip to content

Commit 71a73eb

Browse files
committed
invalidate env cache
1 parent 94b01c1 commit 71a73eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
path: |
295295
.opam-path
296296
.opam-env
297-
key: opam-env-v1-${{ matrix.os }}
297+
key: opam-env-v2-${{ matrix.os }}
298298

299299
- name: Restore OPAM env
300300
if: steps.cache-opam-tool.outputs.cache-hit == 'true'
@@ -303,7 +303,7 @@ jobs:
303303
path: |
304304
.opam-path
305305
.opam-env
306-
key: opam-env-v1-${{ matrix.os }}
306+
key: opam-env-v2-${{ matrix.os }}
307307

308308
- name: Use cached OPAM env - $PATH
309309
if: steps.cache-opam-tool.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)