File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 # matrix.ocaml_compiler may contain commas
161161 - name : Get OPAM cache key
162162 shell : bash
163- run : echo "opam_cache_key=opam-env-v2 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
163+ run : echo "opam_cache_key=opam-env-v3 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
164164
165165 - name : Restore OPAM environment
166166 id : cache-opam-env
@@ -179,8 +179,6 @@ jobs:
179179 uses : ocaml/setup-ocaml@v3.0.7
180180 if : steps.cache-opam-env.outputs.cache-hit != 'true'
181181 with :
182- opam-repositories : |
183- default: https://github.com/rescript-lang/opam-repository.git
184182 ocaml-compiler : ${{matrix.ocaml_compiler}}
185183 opam-pin : false
186184
You can’t perform that action at this time.
0 commit comments