File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6161 skip-effects : false
6262 skip-test : false
6363 skip-doc : true
64+ - os : ubuntu-latest
65+ ocaml-compiler : ocaml-variants.5.2.0+trunk
66+ skip-effects : false
67+ skip-test : false
68+ skip-doc : true
6469
6570 runs-on : ${{ matrix.os }}
6671
@@ -102,6 +107,14 @@ jobs:
102107 opam-depext : ${{ !matrix.skip-test }}
103108 opam-depext-flags : --with-test
104109
110+ - run : opam pin add ppxlib git+https://github.com/panglesd/ppxlib.git#trunk-support-502 --no-action
111+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
112+
113+ - run : opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
114+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
115+
116+ - run : opam pin add ./ --no-action
117+
105118 - run : opam install . --best-effort
106119 if : ${{ matrix.skip-test }}
107120
You can’t perform that action at this time.
0 commit comments