We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a794ea commit 6ffa6a0Copy full SHA for 6ffa6a0
.github/workflows/wasm_of_ocaml.yml
@@ -138,8 +138,10 @@ jobs:
138
run: opam pin add ppxlib -n 0.35.0
139
if: matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
140
141
- - name: Pin qcheck
142
- run: opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
+ - name: Pin specific packages for OxCaml
+ run: |
143
+ opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
144
+ opam pin add -n zarith.1.12+ox
145
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
146
147
- name: Checkout Jane Street packages
0 commit comments