File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v3
26
26
27
27
- name : Use OCaml ${{ matrix.ocaml-compiler }}
28
- if : runner.os == 'Windows'
29
- uses : ocaml/setup-ocaml@v3
30
- with :
31
- ocaml-compiler : ${{ matrix.ocaml-compiler }}
32
- opam-repositories : |
33
- opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
34
- default: https://github.com/ocaml/opam-repository.git
35
-
36
- - name : Use OCaml ${{ matrix.ocaml-compiler }}
37
- if : runner.os != 'Windows'
38
28
uses : ocaml/setup-ocaml@v3
39
29
with :
40
30
ocaml-compiler : ${{ matrix.ocaml-compiler }}
44
34
shell : bash
45
35
env :
46
36
CAPNP_VERSION : 1.0.1
37
+ SHELLOPTS : igncr
47
38
run : |
48
39
curl -LO https://capnproto.org/capnproto-c++-win32-$CAPNP_VERSION.zip && \
49
40
unzip -j capnproto-c++-win32-$CAPNP_VERSION.zip capnproto-tools-win32-$CAPNP_VERSION/capnp.exe -d /usr/bin
You can’t perform that action at this time.
0 commit comments