Skip to content

Commit 9ea91c4

Browse files
committed
chore: CI: pin specific commit for pbrt/ocaml-protoc
1 parent ff0ca95 commit 9ea91c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
allow-prerelease-opam: true
4343

4444
- run: |
45-
opam pin ocaml-protoc 3.0.1 -y -n
46-
opam pin pbrt 3.0.1 -y -n
45+
opam pin https://github.com/mransan/ocaml-protoc.git#ea37bad918adc6c07a5437175763b32e2cab54ae --dev -y -n
4746
opam install pbrt -y
4847
4948
# We cannot install packages that need eio on ocaml versions before 5

0 commit comments

Comments
 (0)