File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed
Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 if : ${{ matrix.skip-test }}
171171
172172 - name : Pin qcheck
173- run : opam pin add https://github.com/vouillon/qcheck.git
173+ run : opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
174174 if : matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
175175
176176 - run : opam install . --deps-only --with-test
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 if : matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
140140
141141 - name : Pin qcheck
142- run : opam pin add https://github.com/vouillon/qcheck.git
142+ run : opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
143143 if : matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
144144
145145 - name : Checkout Jane Street packages
Original file line number Diff line number Diff line change @@ -162,21 +162,6 @@ index 8d23f86..21e83ba 100644
162162+ (inline_tests (flags - drop- tag no- js - drop- tag 64 - bits- only - drop- tag no- wasm) (modes js wasm))
163163 (preprocess
164164 (pps ppx_jane)))
165- | }
166- )
167- ; ( " core_kernel"
168- , {|
169- diff -- git a/ version_util/ src/ dune b/ version_util/ src/ dune
170- index 4 b2b8bb..f7eb7ba 100644
171- --- a/ version_util/ src/ dune
172- +++ b/ version_util/ src/ dune
173- @@ - 10 ,4 + 10 ,5 @@
174- (preprocess
175- (pps ppx_jane))
176- (wasm_of_ocaml
177- - (javascript_files version_util.js)))
178- + (javascript_files version_util.js)
179- + (wasm_files version_util.wat)))
180165| }
181166 )
182167 ; ( " string_dict"
You can’t perform that action at this time.
0 commit comments