File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
# matrix.ocaml_compiler may contain commas
161
161
- name : Get OPAM cache key
162
162
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
164
164
165
165
- name : Restore OPAM environment
166
166
id : cache-opam-env
@@ -179,8 +179,6 @@ jobs:
179
179
180
180
if : steps.cache-opam-env.outputs.cache-hit != 'true'
181
181
with :
182
- opam-repositories : |
183
- default: https://github.com/rescript-lang/opam-repository.git
184
182
ocaml-compiler : ${{matrix.ocaml_compiler}}
185
183
opam-pin : false
186
184
You can’t perform that action at this time.
0 commit comments