File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 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
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 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
You can’t perform that action at this time.
0 commit comments