Skip to content

Commit

Permalink
Use long-line notation for Windows instead of escaping end-of-line
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed Jun 8, 2022
1 parent c76857a commit b4fd715
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install OPAM dependencies
run: |
opam install --yes dune num yojson lwt fmt logs re \
lwt_react tyxml-ppx js_of_ocaml-lwt
lwt_react tyxml-ppx js_of_ocaml-lwt \
js_of_ocaml-tyxml atdgen
- name: Make Kappa
run: opam exec -- make all
Expand Down Expand Up @@ -145,18 +145,18 @@ jobs:
with:
ocaml-compiler: 4.13.x
- name: Install OPAM dependencies
run: |
opam install --yes dune num yojson lwt fmt logs re \
lwt_react tyxml-ppx js_of_ocaml-lwt \
js_of_ocaml-tyxml atdgen
run: >
opam install --yes dune num yojson lwt fmt logs re
lwt_react tyxml-ppx js_of_ocaml-lwt
js_of_ocaml-tyxml atdgen
- name: Make Kappa
run: opam exec -- make all
- name: Install cygwin zip package
run: |
C:\\hostedtoolcache\\windows\\cygwin\\3.3.4\\x86_64\\setup-x86_64.exe \
--quiet-mode --root D:\cygwin \
--site https://cygwin.mirror.constant.com \
--packages zip
run: >
C:\\hostedtoolcache\\windows\\cygwin\\3.3.4\\x86_64\\setup-x86_64.exe
--quiet-mode --root D:\cygwin
--site https://cygwin.mirror.constant.com
--packages zip
- name: Make Windows app
run: opam exec -- make KappaBin.zip
- name: Archive Windows app
Expand Down

0 comments on commit b4fd715

Please sign in to comment.