File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments