File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 38
38
uses : ocaml/setup-ocaml@v3
39
39
with :
40
40
ocaml-compiler : ${{ matrix.ocaml-compiler }}
41
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
42
41
43
42
- name : Install graph-easy # TODO: remove if depext --with-test works
44
43
if : ${{ matrix.os == 'ubuntu-latest' }}
Original file line number Diff line number Diff line change 40
40
uses : ocaml/setup-ocaml@v3
41
41
with :
42
42
ocaml-compiler : ${{ matrix.ocaml-compiler }}
43
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
44
43
45
44
- name : Install graph-easy # TODO: remove if depext --with-test works
46
45
if : ${{ matrix.os == 'ubuntu-latest' }}
90
89
uses : ocaml/setup-ocaml@v3
91
90
with :
92
91
ocaml-compiler : ${{ matrix.ocaml-compiler }}
93
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
94
92
95
93
- name : Install graph-easy # TODO: remove if depext --with-test works
96
94
if : ${{ matrix.os == 'ubuntu-latest' }}
Original file line number Diff line number Diff line change 48
48
uses : ocaml/setup-ocaml@v3
49
49
with :
50
50
ocaml-compiler : ${{ matrix.ocaml-compiler }}
51
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
52
51
53
52
- name : Install graph-easy # TODO: remove if depext --with-test works
54
53
if : ${{ matrix.os == 'ubuntu-latest' }}
@@ -109,7 +108,6 @@ jobs:
109
108
uses : ocaml/setup-ocaml@v3
110
109
with :
111
110
ocaml-compiler : ${{ matrix.ocaml-compiler }}
112
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
113
111
114
112
- name : Install graph-easy # TODO: remove if depext --with-test works
115
113
if : ${{ matrix.os == 'ubuntu-latest' }}
@@ -202,7 +200,6 @@ jobs:
202
200
uses : ocaml/setup-ocaml@v3
203
201
with :
204
202
ocaml-compiler : ${{ matrix.ocaml-compiler }}
205
- opam-depext-flags : --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
206
203
207
204
- name : Install graph-easy # TODO: remove if depext --with-test works
208
205
if : ${{ matrix.os == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments