Skip to content

Commit 72cdb21

Browse files
authored
No need to use our custom opam fork anymore (rescript-lang#6967)
1 parent a98bc28 commit 72cdb21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff 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/[email protected]
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

0 commit comments

Comments
 (0)