Skip to content

Commit

Permalink
fixup_windows_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 25, 2024
1 parent 81a28db commit f380035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ jobs:
with:
ocaml-compiler: 4.14.x
- name: Install OPAM dependencies
run: >
run: |
# 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
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 f380035

Please sign in to comment.