Skip to content

Commit a921f36

Browse files
committed
Use opam install --update-invariant in lower-bounds-downgrade CI
1 parent f29709a commit a921f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Downgrade dependencies
8484
# must specify ocaml-base-compiler again to prevent it from being downgraded
8585
# 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)
86+
run: opam install --update-invariant $(opam exec -- opam-0install --prefer-oldest --with-test odep)
8787

8888
- name: Build
8989
run: opam exec -- dune build

0 commit comments

Comments
 (0)