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 f4cc962 commit 9e7296aCopy full SHA for 9e7296a
.github/workflows/build.yml
@@ -102,9 +102,6 @@ jobs:
102
- run: opam pin add ppxlib git+https://github.com/hhugo/ppxlib.git#trunk-support-53 --no-action
103
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.3.0+trunk' }}
104
105
- - run: opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
106
- if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.3.0+trunk' }}
107
-
108
- run: opam pin add ./ --no-action
109
110
- run: opam install . --best-effort
0 commit comments