We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c740677 commit fd55052Copy full SHA for fd55052
.github/workflows/build.yml
@@ -102,6 +102,8 @@ jobs:
102
opam-depext: ${{ !matrix.skip-test }}
103
opam-depext-flags: --with-test
104
105
+ - run: opam pin add ppxlib git+https://github.com/hhugo/ppx_expect.git#jsoo-leak-chan --no-action
106
+
107
- run: opam install . --best-effort
108
if: ${{ matrix.skip-test }}
109
dune
@@ -27,4 +27,4 @@
27
%{dep:VERSION}
28
%{dep:tools/version/GIT-VERSION}))))
29
30
-(data_only_dirs _wikidoc doc-dev)
+(data_only_dirs _wikidoc doc-dev)
0 commit comments