Skip to content

Commit

Permalink
Add pin-depends for CI to run
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Dec 15, 2023
1 parent fd695cf commit 40e76ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ppxlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ build: [
]
]
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
pin-depends: [
[ "ocaml-compiler-libs.v0.11.0" "git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk" ]
]
3 changes: 3 additions & 0 deletions ppxlib.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pin-depends: [
[ "ocaml-compiler-libs.v0.11.0" "git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk" ]
]

0 comments on commit 40e76ae

Please sign in to comment.