Skip to content

Commit ef8d4e1

Browse files
committed
Check what happens if we don't restore the OPAM env
1 parent d290833 commit ef8d4e1

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
@@ -149,18 +149,18 @@ jobs:
149149
shell: bash
150150
run: echo "opam_cache_key=opam-env-v8-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
151151

152-
- name: Restore OPAM environment
153-
id: cache-opam-env
154-
uses: actions/cache/restore@v4
155-
with:
156-
path: |
157-
${{ runner.tool_cache }}/opam
158-
~/.opam
159-
_opam
160-
.opam-path
161-
D:\cygwin
162-
D:\.opam
163-
key: ${{ env.opam_cache_key }}
152+
# - name: Restore OPAM environment
153+
# id: cache-opam-env
154+
# uses: actions/cache/restore@v4
155+
# with:
156+
# path: |
157+
# ${{ runner.tool_cache }}/opam
158+
# ~/.opam
159+
# _opam
160+
# .opam-path
161+
# D:\cygwin
162+
# D:\.opam
163+
# key: ${{ env.opam_cache_key }}
164164

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

0 commit comments

Comments
 (0)