Skip to content

Commit fd55052

Browse files
committed
pin
1 parent c740677 commit fd55052

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
opam-depext: ${{ !matrix.skip-test }}
103103
opam-depext-flags: --with-test
104104

105+
- run: opam pin add ppxlib git+https://github.com/hhugo/ppx_expect.git#jsoo-leak-chan --no-action
106+
105107
- run: opam install . --best-effort
106108
if: ${{ matrix.skip-test }}
107109

dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
%{dep:VERSION}
2828
%{dep:tools/version/GIT-VERSION}))))
2929

30-
(data_only_dirs _wikidoc doc-dev)
30+
(data_only_dirs _wikidoc doc-dev)

0 commit comments

Comments
 (0)