Skip to content

Commit 6ffa6a0

Browse files
committed
fixup! OxCaml: setup CI
1 parent 7a794ea commit 6ffa6a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wasm_of_ocaml.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ jobs:
138138
run: opam pin add ppxlib -n 0.35.0
139139
if: matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
140140

141-
- name: Pin qcheck
142-
run: opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
141+
- name: Pin specific packages for OxCaml
142+
run: |
143+
opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
144+
opam pin add -n zarith.1.12+ox
143145
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
144146

145147
- name: Checkout Jane Street packages

0 commit comments

Comments
 (0)