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 ff0ca95 commit 9ea91c4Copy full SHA for 9ea91c4
.github/workflows/main.yml
@@ -42,8 +42,7 @@ jobs:
42
allow-prerelease-opam: true
43
44
- run: |
45
- opam pin ocaml-protoc 3.0.1 -y -n
46
- opam pin pbrt 3.0.1 -y -n
+ opam pin https://github.com/mransan/ocaml-protoc.git#ea37bad918adc6c07a5437175763b32e2cab54ae --dev -y -n
47
opam install pbrt -y
48
49
# We cannot install packages that need eio on ocaml versions before 5
0 commit comments