Skip to content

Commit

Permalink
fixup_windows_lib_install
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 25, 2024
1 parent dfa2829 commit 357bdfa
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ jobs:
ocaml-compiler: 4.14.x
- name: Install OPAM dependencies
run: >
# install unpinned deps as pinned are not available
opam install --yes dune
opam install --yes . --deps-only
# # TODO: specific library pin for windows build (in dune?)
# opam install --yes dune num yojson result lwt fmt logs re
# lwt_react tyxml-ppx js_of_ocaml-lwt
# js_of_ocaml-tyxml atdgen result
# install unpinned deps as those pinned in .locked are not available
# Note: failure with $opam install --yes . --deps-only
# TODO: specific library pin for windows build (few updates on windows, so low priority)
opam install --yes dune num yojson result lwt fmt logs re
lwt_react tyxml-ppx js_of_ocaml-lwt
js_of_ocaml-tyxml atdgen result
- name: Make Kappa
run: opam exec -- make all
- name: Make Windows app
Expand Down

0 comments on commit 357bdfa

Please sign in to comment.