We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29709a commit a921f36Copy full SHA for a921f36
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Downgrade dependencies
84
# must specify ocaml-base-compiler again to prevent it from being downgraded
85
# run: opam install $(opam exec -- opam-0install --prefer-oldest odep ocaml-base-compiler.${{ matrix.ocaml-compiler }})
86
- run: opam install --unlock-base $(opam exec -- opam-0install --prefer-oldest --with-test odep)
+ run: opam install --update-invariant $(opam exec -- opam-0install --prefer-oldest --with-test odep)
87
88
- name: Build
89
run: opam exec -- dune build
0 commit comments