We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98bc28 commit 72cdb21Copy full SHA for 72cdb21
.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
160
# matrix.ocaml_compiler may contain commas
161
- name: Get OPAM cache key
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
+ run: echo "opam_cache_key=opam-env-v3-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
164
165
- name: Restore OPAM environment
166
id: cache-opam-env
@@ -179,8 +179,6 @@ jobs:
179
uses: ocaml/[email protected]
180
if: steps.cache-opam-env.outputs.cache-hit != 'true'
181
with:
182
- opam-repositories: |
183
- default: https://github.com/rescript-lang/opam-repository.git
184
ocaml-compiler: ${{matrix.ocaml_compiler}}
185
opam-pin: false
186
0 commit comments