Skip to content

Commit 2499cec

Browse files
committed
fixup! OxCaml: setup CI
1 parent 7499bd8 commit 2499cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if: ${{ matrix.skip-test }}
171171

172172
- name: Pin qcheck
173-
run: opam pin add git@github.com:vouillon/qcheck
173+
run: opam pin add https://github.com/vouillon/qcheck.git
174174
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
175175

176176
- run: opam install . --deps-only --with-test

.github/workflows/wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 git@github.com:vouillon/qcheck
142+
run: opam pin add https://github.com/vouillon/qcheck.git
143143
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
144144

145145
- name: Checkout Jane Street packages

0 commit comments

Comments
 (0)