Skip to content

Commit 937b8a3

Browse files
committed
Check what happens if we don't restore the OPAM env
1 parent 911b2e0 commit 937b8a3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,18 @@ jobs:
143143
shell: bash
144144
run: echo "opam_cache_key=opam-env-v8-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
145145

146-
- name: Restore OPAM environment
147-
id: cache-opam-env
148-
uses: actions/cache/restore@v4
149-
with:
150-
path: |
151-
${{ runner.tool_cache }}/opam
152-
~/.opam
153-
_opam
154-
.opam-path
155-
D:\cygwin
156-
D:\.opam
157-
key: ${{ env.opam_cache_key }}
146+
# - name: Restore OPAM environment
147+
# id: cache-opam-env
148+
# uses: actions/cache/restore@v4
149+
# with:
150+
# path: |
151+
# ${{ runner.tool_cache }}/opam
152+
# ~/.opam
153+
# _opam
154+
# .opam-path
155+
# D:\cygwin
156+
# D:\.opam
157+
# key: ${{ env.opam_cache_key }}
158158

159159
- name: Use OCaml ${{matrix.ocaml_compiler}}
160160
uses: ocaml/[email protected]

0 commit comments

Comments
 (0)