Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 14, 2023
1 parent e3110b7 commit 2a8d23b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test

- run: opam pin ocaml-protoc pbrt 3.0.1 -y
- run: |
opam pin ocaml-protoc 3.0.1 -y -n
opam pin pbrt 3.0.1 -y -n
opam install ocaml-protoc pbrt -y
- run: opam install . --deps-only --with-test

Expand Down

0 comments on commit 2a8d23b

Please sign in to comment.