chore: CI: pin specific commit for pbrt/ocaml-protoc

This commit is contained in:
Simon Cruanes 2025-11-03 09:59:05 -05:00
parent 5dcf26b142
commit f51d52abfc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -42,8 +42,7 @@ jobs:
allow-prerelease-opam: true allow-prerelease-opam: true
- run: | - run: |
opam pin ocaml-protoc 3.0.1 -y -n opam pin https://github.com/mransan/ocaml-protoc.git#ea37bad918adc6c07a5437175763b32e2cab54ae -y -n
opam pin pbrt 3.0.1 -y -n
opam install pbrt -y opam install pbrt -y
# We cannot install packages that need eio on ocaml versions before 5 # We cannot install packages that need eio on ocaml versions before 5