Skip to content

Commit

Permalink
Attempt to reduce the install target in 4.14 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 26, 2024
1 parent 30b30dc commit e9fc6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install dependencies for OCaml 4
if: startsWith(matrix.ocaml-compiler, '4.')
run: opam install . --deps-only --with-doc --with-dev-setup
run: opam install ./provider.opam --deps-only --with-doc --with-dev-setup

- name: Install dependencies for OCaml 5
if: startsWith(matrix.ocaml-compiler, '5.')
Expand Down

0 comments on commit e9fc6b4

Please sign in to comment.